[Mono-list] RE: using AOT of mono-0.25

Vivek, Bharath Varma (IE10) Vivek.Varma@honeywell.com
Thu, 17 Jul 2003 02:19:59 -0700


>> Hello, I'm using mono-0.25. It seems to support AOT. When used the option
>>"--aot" for AOT, the statistics is as follows. One test gives "Compile 3
>>out of 4 methods (75%)" Does it mean that one of 4 methods is not compiled
>>ahead and has be jitted??

It means 3 out of 4 methods were AOT compiled and 1 method will be jitted!
Take a look at the function "mono_compile_assembly" in mini\aot.c for
reasons why this 1 method was not AOT compiled!

=====