Bug 244388 - [WASM-GC] Inline struct allocation
Summary: [WASM-GC] Inline struct allocation
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebAssembly (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dmitry
URL:
Keywords: InRadar
Depends on:
Blocks: 247394
  Show dependency treegraph
 
Reported: 2022-08-26 07:20 PDT by Dmitry
Modified: 2022-11-02 17:15 PDT (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 Dmitry 2022-08-26 07:20:13 PDT
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.
Comment 1 Radar WebKit Bug Importer 2022-09-02 07:21:15 PDT
<rdar://problem/99488201>