| News | Features | Interviews |
| Blog | Contact | Editorials |
| Mono LLVM Compilation |
| By Thom Holwerda on 2009-07-17 10:45:19 |
| 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." |
| 26 |
- Android ported to C# - 2012-05-01 - Miguel De Icaza Announces New Company - 2011-05-17 - Mono Applications Use Unsafe, Tainted Namespaces - 2010-12-13 - Mono Project Delivers Moonlight 3.0 Preview - 2010-02-05 - More related articles |
| News | Features | Interviews |
| Blog | Contact | Editorials |