Bug 244388
| Summary: | [JSC] Inline WasmGC object allocations in OMG | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dmitry <dbezhetskov> |
| Component: | WebAssembly | Assignee: | Yusuke Suzuki <ysuzuki> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bashorov, saam, webkit-bug-importer, ysuzuki |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 247394 | ||
Dmitry
Right now Struct's operations calling c++ runtime but actually they don't need to do it and can easily implement inline versions of struct.new, struct.get and struct.set.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/99488201>
Yusuke Suzuki
Pull request: https://github.com/WebKit/WebKit/pull/49254
EWS
Committed 298551@main (5c8bc53f18f9): <https://commits.webkit.org/298551@main>
Reviewed commits have been landed. Closing PR #49254 and removing active labels.