WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
275213
[Win] Use SystemV ABI for Baseline JS JIT on Windows
https://bugs.webkit.org/show_bug.cgi?id=275213
Summary
[Win] Use SystemV ABI for Baseline JS JIT on Windows
Ian Grunert
Reported
2024-06-06 09:55:07 PDT
clang-cl gives us the option of changing a function to use the SystemV ABI:
https://clang.llvm.org/docs/AttributeReference.html#sysv-abi
By using this on functions on the C++ / JIT boundaries, we can use the same codepaths for function calls and the same register mappings between Windows and Linux / Mac / BSD. Enabling the Baseline JS JIT is the next step, and unblocks the possibility of enabling the rest of the JITs: * Wasm LLInt (JIT required for entry thunks) * Wasm BBQ JIT * Wasm OMG JIT * YarrJIT * CSS Selector JIT * DFG JIT * FTL JIT
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-06-13 11:58:01 PDT
<
rdar://problem/129784852
>
Ian Grunert
Comment 2
2024-06-17 11:49:37 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/29582
EWS
Comment 3
2024-06-20 13:41:10 PDT
Committed
280216@main
(0b1e4218e15e): <
https://commits.webkit.org/280216@main
> Reviewed commits have been landed. Closing PR #29582 and removing active labels.
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