Bug 264057 - [Wasm-GC] Support bulk array instructions
Summary: [Wasm-GC] Support bulk array instructions
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: 2023-11-01 12:37 PDT by Asumu Takikawa
Modified: 2024-01-04 23:57 PST (History)
4 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 2023-11-01 12:37:55 PDT
The GC proposal now has bulk array instructions https://github.com/WebAssembly/gc/pull/363 (array_copy, array_fill, array_init_data, array_init_elem)

These should be supported in JSC too
Comment 1 Radar WebKit Bug Importer 2023-11-08 11:38:14 PST
<rdar://problem/118131355>
Comment 2 Asumu Takikawa 2023-11-13 23:14:48 PST
Pull request: https://github.com/WebKit/WebKit/pull/20465
Comment 3 EWS 2024-01-04 23:57:40 PST
Committed 272677@main (ea71f9290dfa): <https://commits.webkit.org/272677@main>

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