Enable Wasm OMG JIT on Windows#32204
Conversation
|
EWS run on previous version of this PR (hash 8e33b91) Details |
8e33b91 to
afbb3f7
Compare
|
EWS run on previous version of this PR (hash afbb3f7) Details |
There was a problem hiding this comment.
This doesn't work on the Apple Watch build, which is surprising to me.
There was a problem hiding this comment.
This does not work on Apple Watch since it is using ARM64_32 ABI. You can change void* to UCPURegister.
Constellation
left a comment
There was a problem hiding this comment.
Commented on Apple Watch build failure.
afbb3f7 to
27a3599
Compare
|
EWS run on previous version of this PR (hash 27a3599) Details |
There was a problem hiding this comment.
Change this to UCPURegister too
27a3599 to
70591a7
Compare
|
EWS run on current version of this PR (hash 70591a7) Details |
70591a7 to
8df7ec8
Compare
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
8df7ec8 to
172739a
Compare
|
Committed 282316@main (172739a): https://commits.webkit.org/282316@main Reviewed commits have been landed. Closing PR #32204 and removing active labels. |
172739a
70591a7