Hacker News new | ask | show | jobs
by nly 4621 days ago
So basically it caches the native code produced by the Dalvik VM? I'm surprised Dalvik doesn't already do this.
3 comments

Dalvik's development has been stalled since Android 2.3, no new JIT or GC improvements since them.

No more talks about it at Google IO, either.

Of course, this is also related to the Oracle's suit against Google.

I wonder if this means Google will reinvest in Dalvik, as I am betting KitKat will again only bring more Google APIs and nothing else.

Sounds more like AOT compilation from Java to native code to me.
Hopefully, it will now.