Hacker News new | ask | show | jobs
by vetinari 3739 days ago
They were JIT-ed for a while. That's what the "optimizing apps" modal dialog after updates is about.
1 comments

>They were JIT-ed for a while. That's what the "optimizing apps" modal dialog after updates is about

I think you meant AOT-ed. The language really doesn't matter though, as long as it can be converted to Dalvik bytecode.

Yes, AOT-ed :)