Program manipulation is the task to perform transformations on program code, and is normally done in order to optimize the code with respect of the utilization of some computer resource. Partial evaluation is the task when partial computations can be performed in a program before it is actually executed. If a parameter to a procedure is constant a specialized version of that procedure can be generated if the constant is inserted instead of the parameter in the procedure body and as much computations in the code as possible are performed. A system is described which works on programs written in INTERLISP, and which performs partial evaluation together with other transformations such as beta-expansion and certain other optimization operations...
Program specialisation aims at improving the overall performance of programs by performing source to...
International audiencePartial evaluation is a program-transformation technique that automatically sp...
Program specialization is a program transformation methodology which improves program efficiency by ...
Partial evaluation is an automatic program transformation that optimizes programs by specialization....
Partial evaluation is a source to source program transformation that makes use of symbolic interpre-...
Partial evaluation, or program specialization, is used when a variable is known to often hold one pa...
. We have developed and implemented a partial evaluator for a subset of Fortran 77. A partial evalua...
This paper presents a new approach to optimizing functional programs based on combining partial eval...
Partial evaluation has been the subject of rapidly increasing activity over the past decade since it...
Partial evaluation is a high-level optimization technique that, given a program text and some of its...
As partial evaluation gets more mature, it is now possible to use this program transformation techni...
We implement strength reduction and loop-invariant code motion by specializing instrumented interpre...
Abstract. We have developed and implemented a partial evaluator for a subset of Fortran 77. A partia...
Partial evaluation is a program specialization technique that allows to optimize programs for which ...
A partial evaluator for Prolog takes a program and a query and returns a program specialized for all...
Program specialisation aims at improving the overall performance of programs by performing source to...
International audiencePartial evaluation is a program-transformation technique that automatically sp...
Program specialization is a program transformation methodology which improves program efficiency by ...
Partial evaluation is an automatic program transformation that optimizes programs by specialization....
Partial evaluation is a source to source program transformation that makes use of symbolic interpre-...
Partial evaluation, or program specialization, is used when a variable is known to often hold one pa...
. We have developed and implemented a partial evaluator for a subset of Fortran 77. A partial evalua...
This paper presents a new approach to optimizing functional programs based on combining partial eval...
Partial evaluation has been the subject of rapidly increasing activity over the past decade since it...
Partial evaluation is a high-level optimization technique that, given a program text and some of its...
As partial evaluation gets more mature, it is now possible to use this program transformation techni...
We implement strength reduction and loop-invariant code motion by specializing instrumented interpre...
Abstract. We have developed and implemented a partial evaluator for a subset of Fortran 77. A partia...
Partial evaluation is a program specialization technique that allows to optimize programs for which ...
A partial evaluator for Prolog takes a program and a query and returns a program specialized for all...
Program specialisation aims at improving the overall performance of programs by performing source to...
International audiencePartial evaluation is a program-transformation technique that automatically sp...
Program specialization is a program transformation methodology which improves program efficiency by ...