Created
August 4, 2019 08:26
-
-
Save nhoxbypass/348d9804b4c91c82f5f92509b25d6723 to your computer and use it in GitHub Desktop.
We can make this file beautiful and searchable if this error is corrected: It looks like row 3 should actually have 2 columns, instead of 3 in line 2.
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