Skip to content

Instantly share code, notes, and snippets.

@nhoxbypass
Created August 4, 2019 08:26
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/13811eb00a6995e4bd8f4421ae12b698 to your computer and use it in GitHub Desktop.
Save nhoxbypass/13811eb00a6995e4bd8f4421ae12b698 to your computer and use it in GitHub Desktop.
JIT AOT
Dynamic translate part of bytecode to machine code and cache in memory when app run Statically translate bytecode to machine code at installation time and store in storage
Small memory One time event. Code execute faster but need extra space and time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment