Re: CPS and the call stack

2003-06-29 Thread Dan Sugalski
At 3:08 PM +0200 6/28/03, Leopold Toetsch wrote: Luke Palmer <[EMAIL PROTECTED]> wrote: So, now that we're using CPS, will there be a standard way of seeing what the call stack is (for purposes of debugging/C/&c.)? Is it just a matter of looking in P0 and then P0's P0, and so on? Or will that

Re: CPS and the call stack

2003-06-28 Thread Leopold Toetsch
Luke Palmer <[EMAIL PROTECTED]> wrote: > So, now that we're using CPS, will there be a standard way of seeing > what the call stack is (for purposes of debugging/C/&c.)? Is > it just a matter of looking in P0 and then P0's P0, and so on? Or > will that croak in certain cases? These are $HL featu

CPS and the call stack

2003-06-28 Thread Luke Palmer
So, now that we're using CPS, will there be a standard way of seeing what the call stack is (for purposes of debugging/C/&c.)? Is it just a matter of looking in P0 and then P0's P0, and so on? Or will that croak in certain cases? Luke