Camil Demetrescu edited section_Experimental_Evaluation_label_se__.tex  over 8 years ago

Commit id: a6f15db13a475c54c78286c0fff8ae8905b3b5b1

deletions | additions      

       

\begin{itemize}  \item Message 1: how much does a never-firing OSR point impact code quality? We run a program with one or more OSR points, and we measure the slowdown given by factors such as cache effects (due to code bloat), register pressure, etc. due to the presence of the OSR points.  \item Message 2: what is the overhead of an OSR transition to the same function? We run a program with a controlled OSR transition, e.g., with a counter that fires the OSR. Here we measure the impact of the actual OSR call [we already tried this with the repeated addition microbenchmark \verbatim{simple_loop_SSA.ll}]. simple\_loop\_SSA.ll].  \item Message 3: what is the overhead of the library for inserting OSR points?  \end{itemize}