Interpreter and jit at once ?

Alexandre Oliva oliva at dcc.unicamp.br
Thu Apr 23 02:52:09 PDT 1998


Artur Biesiadowski <abies at pg.gda.pl> writes:

> How much changes would it require ?

Quite a lot.  The hardest part (last time I looked) was the exception
handling mechanism.  Interpreted builds would handle exceptions using
setjmp/longjmp calls, whereas JIT builds would use a completely
different mechanism.  There are other issues, such as the way the
dispatch table is constructed.  It would be very hard to have a single
build supporting both engines, but it might be possible to do.

-- 
Alexandre Oliva
mailto:oliva at dcc.unicamp.br mailto:aoliva at acm.org
http://www.dcc.unicamp.br/~oliva
Universidade Estadual de Campinas, SP, Brasil



More information about the kaffe mailing list