[webkit-changes] [WebKit/WebKit] 060bf1: [JSC] Allocate wasm entrypoint thunk from non-fail...
Yusuke Suzuki
noreply at github.com
Sat Aug 24 09:32:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 060bf1f5b291b67cb2d90af06ddb2280e15fd3a4
https://github.com/WebKit/WebKit/commit/060bf1f5b291b67cb2d90af06ddb2280e15fd3a4
Author: Yusuke Suzuki <ysuzuki at apple.com>
Date: 2024-08-24 (Sat, 24 Aug 2024)
Changed paths:
M Source/JavaScriptCore/wasm/js/JSToWasm.cpp
Log Message:
-----------
[JSC] Allocate wasm entrypoint thunk from non-faillable allocation region
https://bugs.webkit.org/show_bug.cgi?id=278595
rdar://131790757
Reviewed by Mark Lam.
These wasm thunks should be allocated as non-faillable.
* Source/JavaScriptCore/wasm/js/JSToWasm.cpp:
(JSC::Wasm::createJSToWasmJITInterpreterCrashForSIMDParameters):
(JSC::Wasm::createJSToWasmJITInterpreter):
Canonical link: https://commits.webkit.org/282700@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list