Bug 245405 - [Wasm-GC] Inline Wasm array operations & allocation
Summary: [Wasm-GC] Inline Wasm array operations & allocation
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebAssembly (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 247394
  Show dependency treegraph
 
Reported: 2022-09-19 18:34 PDT by Asumu Takikawa
Modified: 2024-01-03 20:24 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Asumu Takikawa 2022-09-19 18:34:15 PDT
Patches for bug https://bugs.webkit.org/show_bug.cgi?id=245252 will implement initial array operations. These operations should be optimized to inline array element access/mutation and array allocation.
Comment 1 Radar WebKit Bug Importer 2022-09-26 18:35:16 PDT
<rdar://problem/100437722>
Comment 2 Asumu Takikawa 2023-12-16 12:40:52 PST
Pull request: https://github.com/WebKit/WebKit/pull/21926
Comment 3 EWS 2024-01-03 20:24:34 PST
Committed 272642@main (dcb4e4846eea): <https://commits.webkit.org/272642@main>

Reviewed commits have been landed. Closing PR #21926 and removing active labels.