> Port the JIT engine to Windows. The main complication is > porting the signal handling (in Unix we catch things like > SIGSEGV and translate that into throwing an exception). The > equivalent must be done for Windows. Just a note. In Windows this is done using SEH (Structured Exception Handling). For those who's going to work on this, ORP sources would be a good reference. Sergey