WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
170440
Slightly change the JSC exception handling calling convention to remove the terrible hack that wasm uses to stick a Cell into the call frame
https://bugs.webkit.org/show_bug.cgi?id=170440
Summary
Slightly change the JSC exception handling calling convention to remove the t...
Saam Barati
Reported
2017-04-03 21:46:34 PDT
Wasm will put a JSCell into the callee just so the code that catches an exception can get the VM from the callee. However, this is a hack. Instead, we could just make the thing that jumps to exception handling code location load vm.callFrameForCatch into the call frame register before jumping to the exception handling code.
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug