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

[wasm] Implement the ENDFINALLY opcode in the jiterpreter #84273

Merged
merged 4 commits into from
Apr 5, 2023

Commits on Apr 3, 2023

  1. Checkpoint endfinally prototype

    kg committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    e25f0d8 View commit details
    Browse the repository at this point in the history
  2. Implement endfinally

    kg committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    78c22ce View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Address PR feedback

    Logging cleanup
    Don't generate dispatch entries for back branches we haven't seen targeted
    kg committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    44eb191 View commit details
    Browse the repository at this point in the history
  2. Update heuristic for endfinally support

    Add browser-bench measurement for try-finally
    kg committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    3d36048 View commit details
    Browse the repository at this point in the history