Hacker News new | ask | show | jobs
by pjmlp 2903 days ago
ART on Android also has some annotations (@FastNative) for that, but they are forbidden outside system code given that they are quite unsafe.

https://android.googlesource.com/platform/libcore/+/master/d...

EDIT: I forgot to mention @CriticalNative as well

https://android.googlesource.com/platform/libcore/+/master/d...