-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable optional full AOT compilation #14
Comments
See http://www.mono-project.com/AOT#Full_AOT Quick random question for you ... is Mono AOT on Android actually feasible with only the content available in Mono master? I'm thinking that it is actually EXACTLY the same scenario as Tizen with regard to JIT/AOT, and it is just that running JIT is more performant than AOT on Android. Which would mean that the only proprietary technology within Xamarin.Android is the bindings and the IDE integration. So AOT and even full AOT should be feasible on Tizen, I think, though full AOT is only supported on ARM as per those docs. But that's fine. Would mean we can ship an optional full AOT mode for the Samsung Z, which should be better performance and more likely to be accepted in the Tizen Store. |
Hi Bob, AOT refers to one thing in particular, and what Xamarin is doing on iOS/Android is a bit more than "Full AOT". As far as I can tell:
Based on the above, I don't think it would be a huge amount of effort to get static AOT working in HTH, -D |
Great - thanks for the clarification. |
No description provided.
The text was updated successfully, but these errors were encountered: