Linked by Thom Holwerda on Tue 10th Jul 2012 17:08 UTC
Thread beginning with comment 526241
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[2]: Comment by anevilyak
by anevilyak on Tue 10th Jul 2012 20:24
in reply to "RE: Comment by anevilyak"
RE[2]: Comment by anevilyak
by JAlexoid on Wed 11th Jul 2012 13:20
in reply to "RE: Comment by anevilyak"
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:
2010-01-12
The word you are searching for is AOT compilation cache.
(the android cache partition also contains some data)