[Mono-list] you do not need Linux to hack on mono

Serge serge@wildwestsoftware.com
Thu, 28 Feb 2002 21:03:11 +0200


> 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