Camil Demetrescu edited approach.tex  over 8 years ago

Commit id: e84da5fb69fcb30a7af95b9306c2520fdc490a82

deletions | additions      

       

}  \end{verbatim}  \begin{verbatim}  int fac_osr(int n) {  goto L;  int i = 2, f = 1;  while (i<=n) L: f *= i++;  return f;  }  \end{verbatim}  \subsection{LLVM API for OSR}  \subsubsection{Finalized OSR Points}