Daniele Cono D'Elia edited experim.tex  over 8 years ago

Commit id: 07dda18cce295569050cf0498264ea66e181fce1

deletions | additions      

       

For open OSR points, we report the time spent in inserting the OSR point in the function and in generating the stub; both operations do not depend on the size of the function. For resolved OSR points, we report the time spent in inserting the OSR point and in generating the continuation function.  Not surprisingly, constructing a continuation function takes longer than the other operations (i.e., up to 1 ms vs. 20-40 us), as it involves cloning and manipulating the body of the target function and thus depends on its size. For this reason, the table comes with an additional column in which time is normalized against the number of IR instructions. instructions in the target.  \begin{table}   \begin{small}