Camil Demetrescu edited osr-llvm.tex  over 8 years ago

Commit id: 475d40b1b021ce800b873974480cba3689c27eeb

deletions | additions      

       

\end{figure}  \fi  \begin{verbatim}  int isord(long* v, long n, int (*c)(void* a, void* b)) {  for (long i=1; i  if (c(v+i-1,v+i)>0) return 0;  return 1;  }  \end{verbatim}  \subsection{Resolved OSR Points}  \subsection{Open OSR Points}