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

Commit id: 1cd5ff82942a1f60e885153672726fc39b60163a

deletions | additions      

       

[...]  \ifdefined\noauthorea  \begin{figure}[t]  \begin{center}  \includegraphics[width=0.9\columnwidth]{figures/isord-example/isord.eps}  \caption{\protect\input{figures/isord-example/caption}}  \end{center}  \end{figure}  \fi  \ifdefined\noauthorea  \begin{figure}[t]  \begin{center} 

\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}  \begin{verbatim}  int isord_asc(long* v, long n) {  for (long i=1; i  if (v[i-1]>v[i]) return 0;  return 1;  }  \end{verbatim}  \subsection{Resolved OSR Points}  \subsection{Open OSR Points}