Hacker News new | ask | show | jobs
by vvanders 635 days ago
Android has a surprising amount of core OS functionality in boring managed Java code. ART/Dalvik are quite impressive combined with a few other clever tricks to make a system that ran in a pretty small footprint.
1 comments

Including mixed mode JIT/AOT compilation with PGO feedback, which many still aren't aware of.