Bug 280230
| Summary: | Support full Wasm calling convention in IPInt | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | daniel_liu4 |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
daniel_liu4
IPInt does not support returning on the stack, and the calling convention is currently manually coded. We can replace it with the `wasmCallingConvention` to keep everything consistent.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/136536169>
daniel_liu4
Pull request: https://github.com/WebKit/WebKit/pull/34125
EWS
Committed 284188@main (fb3a2765f789): <https://commits.webkit.org/284188@main>
Reviewed commits have been landed. Closing PR #34125 and removing active labels.