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

wasmtime: VMRuntimeLimits pointer is already SSA #8689

Merged
merged 2 commits into from
May 24, 2024

Commits on May 24, 2024

  1. wasmtime: VMRuntimeLimits pointer is already SSA

    We don't need to use cranelift-frontend to keep track of the location of
    the `VMRuntimeLimits` pointer, because it is loaded once on entry to the
    function and never changed afterward.
    
    Instead, just track the correct SSA `Value`.
    jameysharp committed May 24, 2024
    Configuration menu
    Copy the full SHA
    214b29d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5dc604 View commit details
    Browse the repository at this point in the history