Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.compilers > #686
| From | Yakov Z <yakov@clickgrab.net> |
|---|---|
| Newsgroups | comp.compilers |
| Subject | grab the continuation at specific point in a program |
| Date | 2012-06-09 10:07 -0700 |
| Organization | Compilers Central |
| Message-ID | <12-06-025@comp.compilers> (permalink) |
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?
Back to comp.compilers | Previous | Next — Next in thread | Find similar
grab the continuation at specific point in a program Yakov Z <yakov@clickgrab.net> - 2012-06-09 10:07 -0700 Re: grab the continuation at specific point in a program torbenm@diku.dk (Torben Ægidius Mogensen) - 2012-06-11 13:22 +0200
csiph-web