• Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
1
Question by jayatubi · Mar 25, 2014 at 12:29 PM · androidaotjit

How to enable AOT for other platforms besides iOS

Hi,

I found the JIT mode may cause some unexpected performance spike when some functions the first time entered. I want to try AOT on Android but didn't find a way to do this. Does anybody know how to force enable AOT mode for the platforms besides iOS?

Comment
Add comment · Show 3
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Graham-Dunnett ♦♦ · Mar 25, 2014 at 03:42 PM 0
Share

It's not possible.

avatar image jayatubi · Mar 25, 2014 at 04:21 PM 0
Share

so is there any way to prewarm the functions to prevent jit overhead? the RuntimeHelper.Prepare$$anonymous$$othed seems not to be implemented on mono.

avatar image AlanGameDev · Jul 27, 2014 at 09:37 PM 1
Share

hello there... it seems this is related to my question: http://answers.unity3d.com/questions/757357/how-to-compile-function-to-prevent-jit-spikes.html

2 Replies

· Add your reply
  • Sort: 
avatar image
1

Answer by AlanGameDev · Jul 27, 2014 at 11:10 PM

You can't compile the functions in an AOT fashion, but you can compile them at a given moment (e.g. startup) like the PrepareMethod thing, look here: http://answers.unity3d.com/questions/757357/how-to-compile-function-to-prevent-jit-spikes.html#answer-757892

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by liortal · Jul 27, 2014 at 10:15 PM

It is not currently possible.

AOT is available with Android´s new runtime - ART (available starting with Android 4.4)

See this link for more info: http://www.infoq.com/news/2014/07/art-runtime

Unity support will probably be added in future releases.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Welcome to Unity Answers

The best place to ask and answer questions about development with Unity.

To help users navigate the site we have posted a site navigation guide.

If you are a new user to Unity Answers, check out our FAQ for more information.

Make sure to check out our Knowledge Base for commonly asked Unity questions.

If you are a moderator, see our Moderator Guidelines page.

We are making improvements to UA, see the list of changes.



Follow this Question

Answers Answers and Comments

23 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Saving Data on IOS produces JIT Error in Xcode 2 Answers

ExecutionEngineException : JIT/AOT error when adding to delegate 1 Answer

Fixing AOT errors in iOS with BinaryWriter 2 Answers

JIT exception with ToArray() Linq 2 Answers

AOT Error for plugin that support both iOS and Android 0 Answers

  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges