[Mono-dev] Long execution time on first execution (in AOT case)

Miguel de Icaza miguel at novell.com
Wed May 26 10:57:00 EDT 2010


Hello,

I want to know how to make the execution of a code snippet/method
> deterministic, i.e., like C code can be deterministic, not necessarily
> "fast". That is, I tolerate a kind of "initialization" at startup time
> of Mono, but the first execution must not take (much) more time than
> following executions of the code snippet.
>

A low-tech solution is to make sure you execute all the code paths that you
will need before entering your deterministic phase.

Miguel

>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20100526/5e109f91/attachment.html 


More information about the Mono-devel-list mailing list