Linked by Thom Holwerda on Tue 10th Jul 2012 17:08 UTC
Thread beginning with comment 526385
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[3]: Comment by anevilyak
by pgeorgi on Wed 11th Jul 2012 16:30
in reply to "RE[2]: Comment by anevilyak"
Dalvik doesn't do AOT compilation.
Though it definitely would be nice to add that.. There's no need to re-JIT the on-screen keyboard task every time it's loaded...
Having the code mmapped also reduces strain on the memory management (since filebacked mappings can be dumped to storage easily).
Would also create opportunities for expensive optimizations which could be scheduled for when the device is "asleep" and externally powered.
Essentially FX!32 for Dalvik.




Member since:
2009-05-19
Not necessarily. Dalvik doesn't do AOT compilation. It does do resource optimization and layout formats.