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

Fix jump patching #215

Merged
merged 6 commits into from
Aug 23, 2024
Merged

Fix jump patching #215

merged 6 commits into from
Aug 23, 2024

Commits on Aug 22, 2024

  1. Fix naming of length constants

    Signed-off-by: Stefan Marr <git@stefan-marr.de>
    smarr committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    0a9b7a8 View commit details
    Browse the repository at this point in the history
  2. Add dumping on more situations in bytecode tests and fix messages

    Signed-off-by: Stefan Marr <git@stefan-marr.de>
    smarr committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    1f61d6f View commit details
    Browse the repository at this point in the history
  3. Remove bytecode length checks in tests because it’s just brittle

    Signed-off-by: Stefan Marr <git@stefan-marr.de>
    smarr committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    778bbc1 View commit details
    Browse the repository at this point in the history
  4. Use emitPOPARGUMENT during inlining

    Signed-off-by: Stefan Marr <git@stefan-marr.de>
    smarr committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    68753b6 View commit details
    Browse the repository at this point in the history
  5. Fix bug when patching branches, only change bytecode when we aren’t a…

    …lready using 2-byte version
    
    Signed-off-by: Stefan Marr <git@stefan-marr.de>
    smarr committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d7e30ca View commit details
    Browse the repository at this point in the history
  6. Add convenience dump() methods

    Signed-off-by: Stefan Marr <git@stefan-marr.de>
    smarr committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    622a8cc View commit details
    Browse the repository at this point in the history