Bug 291741
| Summary: | [JSC] WasmIPIntSlowPaths should support 32-bit architectures | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Max Rottenkolber <maximilian> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | commit-queue, fujii, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 291903 | ||
| Bug Blocks: | |||
Max Rottenkolber
WasmIPIntSlowPaths should support 32-bit architectures. We should make sure the slow path operations can work with both 64 bit and 32 bit ABIs.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
EWS
Committed 293913@main (c72d01c78f73): <https://commits.webkit.org/293913@main>
Reviewed commits have been landed. Closing PR #44249 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/149685853>
Fujii Hironori
workers/wasm-references.html is crashing after 293913@main.
History: https://results.webkit.org/?suite=layout-tests&test=workers%2Fwasm-references.html
Max Rottenkolber
That's odd, are these tests even using IPInt? I was assuming IPInt should not be enabled by default yet. Will investigate!
WebKit Commit Bot
Re-opened since this is blocked by bug 291903
Max Rottenkolber
https://github.com/WebKit/WebKit/pull/44374