Content deleted Content added
No edit summary |
No edit summary |
||
Line 50:
[[Compiler]]s use precomputation extensively as a means of increasing the run-time speed of the resulting code: this precomputation can be regarded as in effect a form of [[partial evaluation]] of the program code itself. Examples of this sort of precomputation include [[dataflow analysis]] and [[strength reduction]] steps.
== References ==▼
{{reflist}}▼
== See also ==
Line 59 ⟶ 56:
* [[Partial evaluation]]
* [[materialized view]]
▲== References ==
▲{{reflist}}
[[Category:Software optimization]]
|