Camil Demetrescu edit  over 8 years ago

Commit id: 4ca2a37ba473d3ef7c4b99acae25c8778fddee74

deletions | additions      

       

% !TEX root = article.tex  On-Stack Replacement (OSR) is a technique for dynamically diverting transferring  execution between different versions of a function at run time. %suspending the execution of a function and continuing with a different version of the code.   OSR is typically used in virtual machines to interrupt a long-running function and recompile it at a higher optimization level, or to replace it with a different one when a speculative assumption made during its compilation no longer holds.