|
|
|
|
|
by pjmlp
344 days ago
|
|
You missed the part where Android moved into caching JIT code with a mix AOT mode compilation, since Android 7 thus avoiding those issues. Latest version is Android 16, many other optimization happened since then. Also that Android followed up on Windows Phone model, their mistake was making the AOT compilation on the phone instead of on the store like Windows Phone was doing. JITs are very capable, provided people also design with them in mind. The clever Apple with AOT failed against this now famous benchmark, against tracing GC languages, using a JIT. https://github.com/ixy-languages/ixy-languages |
|