X-Git-Url: https://scm.cri.ensmp.fr/git/pipstransfo.git/blobdiff_plain/7b9917f741fac0c2f5943761455e4b1a93e8ce34..4b7f1d94a63791b393ce31e4ae41f2e41cbc773a:/pipstransfo.tex?ds=sidebyside diff --git a/pipstransfo.tex b/pipstransfo.tex index a31b2fc..9253d86 100644 --- a/pipstransfo.tex +++ b/pipstransfo.tex @@ -22,6 +22,7 @@ \chapter{Summary} \section{SGuelton} + \begin{itemize} % memory allocation alteration \item scalar renaming @@ -65,6 +66,7 @@ \section{Teraops} + \begin{itemize} % memory allocation alteration \item scalar renaming @@ -216,6 +218,7 @@ \item[goto elimination]{ is the process of replacing \texttt{goto} instructions by a hierarchical control flow graph.} + \item[outlining]{ is the process of extracting part of a function body into a new function and replacing it in the initial function by a function call.}