Bug 244388

Summary: [WASM-GC] Inline struct allocation
Product: WebKit Reporter: Dmitry <dbezhetskov>
Component: WebAssemblyAssignee: Dmitry <dbezhetskov>
Status: NEW ---    
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    

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>