Open
Bug 1962440
Opened 20 days ago
Updated 20 days ago
wasmTrapOnFailedInstanceCall should be moved OOL
Categories
(Core :: JavaScript: WebAssembly, enhancement, P3)
Core
JavaScript: WebAssembly
Tracking
()
NEW
People
(Reporter: rhunt, Unassigned)
Details
After an instance call we sometimes need to check the return value to see if we must trap on it. This trap should be moved OOL for better code layout.
You need to log in
before you can comment on or make changes to this bug.
Description
•