In computing, partial evaluation is a technique for program optimization by specialization.
A computer program is seen as a mapping prog of input data into output data:
Istatic, the static data, is the part of the input data known at compile time.
The partial evaluator transforms {prog, Istatic} into prog* i.e. precomputes all static input at compile time. prog* is called the "residual program", and the act of partial evaluation is said to "residualize" prog to prog*.
prog: {Istatic, Idynamic} O becomes prog*: Idynamic O which in general runs more efficiently.
If Istatic is source code designed to run inside said interpreter, then partial evaluation of the interpreter with respect to this data/program produces prog*, a version of the interpreter that only runs that source code, is written in the implementation language of the interpreter, does not require the source code to be resupplied, and runs faster than the original combination of the interpreter and the source. In this case prog* is effectively a compiled version of Istatic.
This technique is known as the first Futamura projection, of which there are three:
This article is licensed under the GNU Free Documentation License.
It uses material from the
"Partial evaluation".
Home Page • arts • business • computers • games • health • hospitals • home • kids & teens • news • physicians • recreation• reference • regional • science • shopping • society • sports • world