Skip to content

Instantly share code, notes, and snippets.

@nhoxbypass
Created August 4, 2019 08:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nhoxbypass/5b8561ecc918ab36ad891b2ced51d04e to your computer and use it in GitHub Desktop.
Save nhoxbypass/5b8561ecc918ab36ad891b2ced51d04e to your computer and use it in GitHub Desktop.
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