• henfredemars@infosec.pub
    link
    fedilink
    English
    arrow-up
    2
    ·
    5 hours ago

    I believe back in Android N there was a move to compile all apps to native before running. Currently, Android relies on Android RunTime (ART) and it tries to keep everything performance critical in compiled code, but it’s not perfect. You do still have a JVM and there’s still garbage collection.