| Commit-Queue | +1 |
PTAL.
No regression test because the repro we have would just run forever after the fix.
Note to platform ports teams: to determine the right constant to define, look at the spilling code in `Builtins::Generate_WasmLiftoffFrameSetup` for your platform. Any existing comments in `WasmLiftoffSetupFrameConstants` might also be helpful.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
Nice, LGTM.
int GetDeclaredFunctionIndex() const;As discussed, this shouldn't be needed any more. But it's a minor cleanup and can be done separately.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
Thanks for the review! Landing.
int GetDeclaredFunctionIndex() const;As discussed, this shouldn't be needed any more. But it's a minor cleanup and can be done separately.
It's a little more than a cleanup: we'd have to pull the code lookup before the early return for no tagged parameters. I'll leave it as is for now.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[wasm] Fix walking WasmLiftoffSetupFrame
It can happen that a Liftoff code object that just called its own
frame setup has immediately afterwards been flushed due to memory
pressure. In that case, we can't look it up by func index via the
NativeModule (because that would return nullptr); instead we must
look it up by contained PC address via the WasmCodeManager.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[riscv][wasm] Fix walking WasmLiftoffSetupFrame
Port commit dec5f6bdbe683eb74f7908310ac9a742d057181a
Bug:490980546
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[loong64][mips64][wasm] Fix walking WasmLiftoffSetupFrame
Port commit dec5f6bdbe683eb74f7908310ac9a742d057181a
Port commit 42ae3ed711b2a9a4a78f33415dbdf1f1246dc3f8
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |