Related articles |
---|
grab the continuation at specific point in a program yakov@clickgrab.net (Yakov Z) (2012-06-09) |
Re: grab the continuation at specific point in a program torbenm@diku.dk (2012-06-11) |
From: | Yakov Z <yakov@clickgrab.net> |
Newsgroups: | comp.compilers |
Date: | Sat, 9 Jun 2012 10:07:57 -0700 (PDT) |
Organization: | Compilers Central |
Keywords: | optimize, question |
Posted-Date: | 11 Jun 2012 02:08:19 EDT |
AFAIU, to grab the continuation at specific point in a program I still
have to do CPS conversion of the whole program (because CPS is global)
I then end up with a lot of uninteresting continuations (like for
constants and variables etc.)
If I want to get rid of those and leave only one "at that point"
continuation (with everything on which it depends upward the call
path) I need to perform another transformation. Do you know if
approaches exist to do the above in one run?
Return to the
comp.compilers page.
Search the
comp.compilers archives again.