[Mono-dev] Compiling mono with Clang/LLVM

Miguel de Icaza miguel at novell.com
Thu Apr 22 17:19:23 EDT 2010


Hello,

> The web is all abuzz about LLVM.  Would it make the parts of the Mono
> runtime that are written in C any more performant?  If it does, and if this
> is a relatively safe operation, I would consider building Mono this way on
> machines that are less experimental.
> 
> Anybody have any idea?

You could start by creating a benchmark framework to identify if there
are any significant differences.   Without measurements we are merely
left with speculations.

Recently there was an article in one of the performance blogs that
compared GCC and LLVM on various workloads.   It was better in a couple
of areas and worse in many others.   

There is no clear winner here, and since most Mono could will be
managed, I do not believe we will get much bang for the buck.




More information about the Mono-devel-list mailing list