[Mono-dev] Make it go faster

Miguel de Icaza miguel at novell.com
Wed Jan 26 13:22:01 EST 2011


> That will compile most IL code using the LLVM optimizing compiler instead of
> the mono JIT. The next mono release, 2.10 will have llvm enabled official
> packages.

I am pretty sure that our 2.8 packages shipped with LLVM support.

Another hack that we do not really encourage, but you might find
useful is to disable arrays bounds checking (only useful if you are
processing a lot of arrays).   You can toggle that by using mono
-O=unsafe


More information about the Mono-devel-list mailing list