Mono from SVN is now able to use LLVM as a backend for code generation in addition to Mono's built-in JIT compiler.
"This allows Mono to benefit from all of the compiler optimizations done in LLVM. For example the SciMark score goes from 482 to 610. This extra performance comes at a cost: it consumes more time and more memory to JIT compile using LLVM than using Mono's built-in JIT, so it is not a solution for everyone. Long running desktop applications like Banshee and Gnome-Do want to keep memory usage low and also would most likely not benefit from better code generation. Our own tests show that ASP.NET applications do not seem to benefit very much (but web apps are inherently IO-bound). But computationally intensive applications will definitely benefit from this. Financial and scientific users will surely appreciate this performance boost."
Member since:
2005-07-12
We've moved more or less our entire Java app stack (about 100 units) from Solaris to Linux, 32bit to 64bit, Java 1.5 to Java 1.5, Sun JVM to IBM JVM, more or less without big problems even though the amount of changes underneath the "Java app world" is dramatic.
Now please give me a similar example from the .NET world.
...
And?
...
No example? I thought so ..
Edited 2009-07-19 10:28 UTC