In-line Compilation
In-line or open compilation refers to compile-time expansion of a subprogram, with substitution of arguments, in-line at the point of each call.
Advantages:
succ(i + 7) --> i + 7 + 1 --> i + 8
Disadvantages:
Contents    Page-10    Prev    Next    Page+10    Index