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. JS LLInt was completed in bug 274064 and Baseline JIT in bug 275213 so there's no blockers for this.
Pull request: https://github.com/WebKit/WebKit/pull/30116
Committed 280334@main (e65584915c8f): <https://commits.webkit.org/280334@main> Reviewed commits have been landed. Closing PR #30116 and removing active labels.
<rdar://problem/130505394>