Bug 275971
| Summary: | [Win] Use SystemV ABI for CSS Selector JIT on Windows | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ian Grunert <ian.grunert> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | PC | ||
| OS: | Windows 11 | ||
Ian Grunert
clang-cl gives us the option of changing a function to use the SystemV ABI:
https://clang.llvm.org/docs/AttributeReference.html#sysv-abi
JS LLInt was completed in bug 274064 and Baseline JIT in bug 275213 so there's no blockers for this.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ian Grunert
Pull request: https://github.com/WebKit/WebKit/pull/30249
EWS
Committed 280439@main (d86cd42fe26d): <https://commits.webkit.org/280439@main>
Reviewed commits have been landed. Closing PR #30249 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/130716046>