Skip to content

Instantly share code, notes, and snippets.

@nhoxbypass
Created August 4, 2019 08:26
Show Gist options
  • Select an option

  • Save nhoxbypass/348d9804b4c91c82f5f92509b25d6723 to your computer and use it in GitHub Desktop.

Select an option

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.
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