Partial Evaluation

Partial evaluation is the technique of evaluating as much of a program as possible at compile time, leaving only data-dependent computations to runtime.

Contents    Page-10    Prev    Next    Page+10    Index