You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "JIT: cache the wasm image base in a local" (#132166)
Reverts #131369. This change is subsumed by #132029; now
that we shrink global indices down to their minimum size, it actually
costs the same (2 bytes) to do `global.get <imageBase>` vs. `local.get
<cached image base>`. Measured SPC diff: -105408 bytes (-0.34%)
0 commit comments