On Thu, Nov 14, 2002 at 04:28:00PM +0100, Leopold Toetsch wrote: > - Normal runloops don't have a problem with longjmp > > - JIT could have it's own low level exception handler: > * gets jumped to, so registers are still ok
I am not clear how this works if the exception is triggered in a C function called from JIT code. > * saves processor registers to parrots > * then longjmps to parrot handler > > As we already seem to need to restore processor registers on resume, we > could do the reverse thing on exception too. > > > >Nicholas Clark > > leo -- Jason