On 2 May 2004, at 12:37, Leopold Toetsch wrote:
that simplifies step 1)
No, it entirely misses the point, every time I call into parrot the place I called parrot_init_stacktop might not, or most likely will not be in my current stack.
Can't you call that somewhere in an outer frame? E.g. where you create the interpreter.
No, because I might be creating the interpreter in a callback from the application, and then access that interpreter in ANOTHER callback from the application.
Arthur