Bug 277870
Summary: | Enable Wasm IPInt on x86_64 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ian Grunert <ian.grunert> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | Hironori.Fujii, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | PC | ||
OS: | Windows 11 |
Ian Grunert
There's a couple of known problems to solve here:
* There's a clash between PM and argumINTDest inside ipintEntry / argumINT both using csr1 on x86_64
* There's some mistakes in dispatch logic assuming csr4 is r13 when it's r15
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ian Grunert
Pull request: https://github.com/WebKit/WebKit/pull/31957
Radar WebKit Bug Importer
<rdar://problem/134072166>
Ian Grunert
IPInt has been enabled upstream on x86_64 after changes by Daniel Liu.