8 ms·
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
by vvanders 2y 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.
- pjmlp 2y agoIncluding mixed mode JIT/AOT compilation with PGO feedback, which many still aren't aware of.