Created
August 4, 2019 08:26
-
-
Save nhoxbypass/13811eb00a6995e4bd8f4421ae12b698 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
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