-
can AOT Compiling = Ahead of Time Compiling some Java parts of an APK = Android Package… to speed up things…
-
has a compiler for that: dax2oat and a library: libart…
- this compiler is invoked by a “compilation daemon”… which recompiles this code… when the device is idle… (and this took all my cpu power of my laptop for quite some time once, when i started waydroid)