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

Improve Variable#increment() bytecode generation #17

Merged
merged 1 commit into from
Nov 14, 2023

Commits on Nov 13, 2023

  1. Improve Variable#increment() bytecode generation

    Modifies Variable#increment() to generate IINC instructions where
    possible instead of multi-bytecode sequences of load, add, store that it
    previously used. Also fixes handling of incrementing primitive long values to
    avoid failing as a result of a type mismatch between the variable's long type
    and the type of constantInt(1).
    pettyjamesm committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    948a031 View commit details
    Browse the repository at this point in the history