Continuation-Passing, Closure-Passing Style
Report ID: TR-183-88Author: Appel, Andrew W. / Jim, Trevor
Date: 1988-09-00
Pages: 11
Download Formats: |PDF|
Abstract:
We implemented a continuation-passing style (CPS) code generator for ML. Our CPS language is represented as an ML datatype in which all functions are named and most kinds of ill-formed expressions are impossible. We separate the code generation into phases that rewrite this representation into ever-simpler forms. Closures are represented explicitly as records, so that closure strategies can be communicated from one phase to another. No stack is used. Our benchmark data shows that the new method is an improvement over our previous, abstract-machine based code generator.