>> 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! ===== _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
