Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compiler: rewrite jump targets properly #643

Merged
merged 1 commit into from
Feb 12, 2020
Merged

compiler: rewrite jump targets properly #643

merged 1 commit into from
Feb 12, 2020

Commits on Feb 12, 2020

  1. compiler: rewrite jump targets properly

    Old implementation could view 0x62 byte in
    a script as a JMP instruction irregardless of whether it is
    a real opcode or a part of a parameter of another instruction.
    In this commit instructions are decoded together with parameters
    during jump label rewriting.
    fyrchik committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    3e84f2b View commit details
    Browse the repository at this point in the history