Partial Evaluation for Constraint-Based Program Analyses
DOI:
https://doi.org/10.7146/brics.v6i45.20115Abstract
We report on a case study in the application of partial evaluation, initiatedby the desire to speed up a constraint-based algorithm for control-flow
analysis. We designed and implemented a dedicated partial evaluator,
able to specialize the analysis wrt. a given constraint graph and thus
remove the interpretive overhead, and measured it with Feeley's Scheme
benchmarks. Even though the gain turned out to be rather limited, our
investigation yielded valuable feed back in that it provided a better understanding
of the analysis, leading us to (re)invent an incremental version.
We believe this phenomenon to be a quite frequent spinoff from using
partial evaluation, since the removal of interpretive overhead makes the flow
of control more explicit and hence pinpoints sources of inefficiency.
Finally, we observed that partial evaluation in our case yields such regular,
low-level specialized programs that it begs for run-time code generation.
Downloads
Published
1999-12-15
How to Cite
Amtoft, T. (1999). Partial Evaluation for Constraint-Based Program Analyses. BRICS Report Series, 6(45). https://doi.org/10.7146/brics.v6i45.20115
Issue
Section
Articles
License
Articles published in DAIMI PB are licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.