By cjsmith
via morepypy.blogspot.com
Published: Feb 02 2012 / 08:09
This is the second blog post in a series about comparing partial evaluation and tracing. In the first post of the series I introduced a small flow-graph language together with an interpreter for it. Then I showed a partial evaluator for the language. In this post I will show how a tracer for the same language works and how it relates to both execution and to partial evaluation.



Add your comment