[Mono-dev] FULL-AOT problem in SUSE 11.2

"Konrad M. Kruczyński" konrad.kruczynski at gmail.com
Sat May 7 15:17:48 EDT 2011


Hello,

On 2011-05-07 20:18, Zoltan Varga wrote:
> Hi,
>
>   You don't need full-aot, it is full platforms where no JITting is 
> possible, on normal platforms, it won't lead to much perf increase. 
> Also, AOT does not increase performance, it only decreases startup 
> speed, since it avoids JITting during application startup.
>
>                     Zoltan

Minor annotation: can AOT be used with LLVM? If it can, it could improve
performance quite considerably, if used with computation intensive
code. On the other hand compilation being done by LLVM is pretty slow,
therefore making it an ideal goal for AOT.

--
Regards,
   Konrad


More information about the Mono-devel-list mailing list