Created
August 4, 2019 08:40
-
-
Save nhoxbypass/5b8561ecc918ab36ad891b2ced51d04e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dalvik VM | ART | |
---|---|---|
JIT compilation | Ahead-of-time (AOT) and just-in-time (JIT) compilation (Android 7.0) with code profiling | |
No extra installation time and storage space | Take time and storage space to translate .dex file during install | |
Use dex opt to convert .dex bytecode to .odex bytecode | Use dex2oat to generate .oat native code from .dex bytecode |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment