[Mono-list] JIT/Win32 binaries

Serge serge@wildwestsoftware.com
Tue, 2 Apr 2002 21:28:13 +0300


Hi,

Precompiled JIT/Win32 binaries available for download here:
ftp://ftp.eurosoft.od.ua/pub/files/mono-JIT-w32.zip
in case someone wants to play with the JIT on Windows.
It's about 2 Megs in size.
It will look for runtime DLLs in local lib dir so just unpack it in some
directory and run (mono tests/some.exe; under native shell, not Cygwin).
as and objdump included so you could see the disassembly without installing
Cygwin.
Runtime libs are from 0.10 release, while JIT is compiled from recent CVS
sources with some changes applied - don't expect it to be stable ;)
There are some precompiled test programs in tests directory.

Sergey