X-Git-Url: https://svn.cri.ensmp.fr/git/pipstransfo.git/blobdiff_plain/7b9917f741fac0c2f5943761455e4b1a93e8ce34..2baa95348d39d3ac59ed69768e53ffdf9070ee55:/pipstransfo.tex?ds=sidebyside diff --git a/pipstransfo.tex b/pipstransfo.tex index a31b2fc..b9a9f6d 100644 --- a/pipstransfo.tex +++ b/pipstransfo.tex @@ -216,6 +216,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.}