CMix2.0.12
Program specializer.
Tuesday, August 15, 2000
- Development
- Utilities
A program specializer or, as it is also called, a "partial evaluator" takes the source code for a program or a routine and(commonly) some of its input, and tries to produce faster but equivalent code, utilizing the fact that some of the variables will have known values so that some of the program's actions can beprecomputed. This allows one to combine the maintainability of ageneric parameterized source code with the speed of programsoptimized for specific problem instances.
- linux
- Downloads906
- LicenseFree to use but restricted
- Tags
Downloads / Release History
Comments
No comment. Be the first to enter a comment.