|
Computer Programming Software Terms, Glossary and Dictionary
Partial Evaluation
Partial evaluation is a technique for program compiling optimization. During compiling, partial evaluation transforms and pre-computes the static data, part of the input data known at compile time, into dynamic data, which in general runs more efficiently.
|