-\item[inlining]{
- is a function transformation. Inlining a function
- \texttt{foo} in its caller \texttt{bar} consists in the substitution
- of the calls to \texttt{foo} in \texttt{bar} by the function body
- after replacement of the formal parameters by their effective
- parameters.
-}
-
-\item[forward substitution]{
- is the process of replacing a reference read in an
- expression by the latest expression affected to it.}
-
-
-
-