Detecting any JIT errors at compile time

Chris Swiedler <[email protected]>
Newsgroups gmane.comp.gnome.mono.devel
Message-ID <45E8A49DE8DF9B4E9A8038276F135D3AAE607CD2@RWC-EXCH02.trionworld.priv>
We're developing a Unity game for Xbox One, which has similar restrictions as iOS on JIT code. As a result, right now we run into the sort of problems described at https://developer.xamarin.com/guides/ios/advanced_topics/limitations/ at runtime, which makes fixing them slow.

Is there any way to use mono to 'guarantee' that there will be no runtime JIT issues if the assembly is run on a system where JIT isn't allowed? I've tried mono --aot-full, but that just crashes with * Assertion: should not be reached at ..\mono\mini\mini-x86.c:2399, and I'm not sure it will do what I want anyway. My main goal is to be able to detect these sorts of issues at compile time instead of waiting until we hit them at runtime.

chris

_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.dot.net/mailman/listinfo/mono-devel-list
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.