[Mono-devel-list] Embedding mcs into ASP.NET.

Paolo Molaro lupus at ximian.com
Fri Apr 1 05:04:02 EST 2005


On 03/31/05 Miguel de Icaza wrote:
>    This reduces the time to be able to access a modified page by
> about .6 seconds;  So it goes from 1.5 to .9 seconds per first page hit
> on the first hit, and slightly less for new hits (as the compiler is
> loaded in memory already).
> 
>    Am personally not sure that the savings are worth the potential
> instability that this might cause.

Did yu try to aot compile mcs and measure?
With small programs like asp.net pages should be, the speedup
is 40-50%. If you aot also corlib the speedup is even bigger.
I think aot is a better option (and if doesn't perform as well
we should improve it instead of embedding mcs).

lupus

-- 
-----------------------------------------------------------------
lupus at debian.org                                     debian/rules
lupus at ximian.com                             Monkeys do it better



More information about the Mono-devel-list mailing list