[webkit-changes] [WebKit/WebKit] 172739: Enable Wasm OMG JIT on Windows
Ian
noreply at github.com
Thu Aug 15 15:51:36 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 172739a00a897f316cd376d399c11fecee4d7ee7
https://github.com/WebKit/WebKit/commit/172739a00a897f316cd376d399c11fecee4d7ee7
Author: Ian Grunert <ian.grunert at gmail.com>
Date: 2024-08-15 (Thu, 15 Aug 2024)
Changed paths:
M Source/JavaScriptCore/assembler/MacroAssembler.h
M Source/JavaScriptCore/assembler/ProbeContext.cpp
M Source/JavaScriptCore/runtime/Options.cpp
M Source/JavaScriptCore/runtime/UGPRPair.h
M Source/JavaScriptCore/wasm/WasmIRGeneratorHelpers.h
M Source/JavaScriptCore/wasm/WasmOperations.h
M Tools/Scripts/run-jsc-stress-tests
Log Message:
-----------
Enable Wasm OMG JIT on Windows
https://bugs.webkit.org/show_bug.cgi?id=278116
Reviewed by Yusuke Suzuki.
Six test failures remaining on JSTests/wasm.yaml:
wasm.yaml/wasm/gc/array_new_fixed_long.js.wasm-eager
wasm.yaml/wasm/gc/array_new_fixed_long.js.wasm-no-cjit
wasm.yaml/wasm/gc/array_new_fixed_long.js.wasm-aggressive-inline
wasm.yaml/wasm/lowExecutableMemory/executable-memory-oom.js.default-wasm
wasm.yaml/wasm/lowExecutableMemory/exports-oom.js.default-wasm
wasm.yaml/wasm/lowExecutableMemory/imports-oom.js.default-wasm
* Source/JavaScriptCore/assembler/MacroAssembler.h:
* Source/JavaScriptCore/assembler/ProbeContext.cpp:
(JSC::Probe::executeJSCJITProbe):
* Source/JavaScriptCore/runtime/Options.cpp:
(JSC::Options::notifyOptionsChanged):
* Source/JavaScriptCore/runtime/UGPRPair.h:
* Source/JavaScriptCore/wasm/WasmIRGeneratorHelpers.h:
(JSC::Wasm::buildEntryBufferForCatch):
* Source/JavaScriptCore/wasm/WasmOperations.h:
* Tools/Scripts/run-jsc-stress-tests:
Canonical link: https://commits.webkit.org/282316@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