Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It's not small integer division that is being benchmarked, the JIT compiler has reduced it to an addition, a conditional move and a right shift. This sequence is then benchmarked against the right shift.


ART is an AOT complier, is it not?



With a PGO cache updated across execution runs and devices (since Android 10 PGO data is shared across the Play Store).


For anyone like me wondering what a PGO is: https://source.android.com/devices/tech/perf/pgo




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: