I was trying out aot. using the instructions on the web site:
# Do a full AOT:
$ mono --aot=full mscorlib.dll
$ mono --aot=full sample.exe
 
# Run, but request that Mono never tries to JIT:
$ mono --full-aot sample.exe

I tried  mono --aot=full /usr/lib/mono/1.0/mscorlib.dll
and get a segfault, I'm doing something wrong?  

-- 
View this message in context: 
http://www.nabble.com/AOT-with-2.0.1-tp21874279p21874279.html
Sent from the Mono - General mailing list archive at Nabble.com.

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to