<h3>Quote from mono 2.6 changelog:<br></h3><h3 style="margin-left: 40px;"> LLVM backend </h3>
<p style="margin-left: 40px;">This is a new and experimental feature in Mono. It is now possible
to compile Mono to use the LLVM code generation engine as an optimizing
compiler for Mono. </p><p style="margin-left: 40px;">When enabled, LLVM will be used for most code instead of
Mono's Just in Time compiler (there are a few pieces that are not yet
supported by LLVM and in those cases Mono will fallback to its internal
engine).
</p><p style="margin-left: 40px;">Keep in mind that using LLVM has an impact on JIT performance,
so this is not recommended for desktop scenarios where startup speed is
important. LLVM should be used only for long-running applications or
applications where long-term computational speed is more important than
startup speed.
</p><p style="margin-left: 40px;">The SciMark score on Mono goes from 482 to 610.
</p><p style="margin-left: 40px;">Due to problems with autotools on windows, the llvm support is currently
commented out. It can be enabled by applying <a href="http://www.mono-project.com/Mono:Runtime:mono-llvm.diff" title="Mono:Runtime:mono-llvm.diff">this patch</a>, and passing
<code>--enable-llvm=yes</code> to configure.
</p>
Does anybody tryed it?<br clear="all"><br>-- <br>Best regards,<br>Christophe Narbonne<br>