Bug 253192

Summary: Add WASM tail calls support to single-pass BBQ JIT
Product: WebKit Reporter: David Degazio <d_degazio>
Component: WebAssemblyAssignee: Keith Miller <keith_miller>
Status: NEW ---    
Severity: Normal CC: terrorjack, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 252209    
Bug Blocks:    

Description David Degazio 2023-03-01 13:41:00 PST
The single-pass BBQ JIT compiler doesn't support tail calls currently. We should add support for these in order to have parity with Air/B3.
Comment 1 Radar WebKit Bug Importer 2023-03-08 13:41:24 PST
<rdar://problem/106448393>
Comment 2 Keith Miller 2024-05-20 09:25:13 PDT
Pull request: https://github.com/WebKit/WebKit/pull/28793
Comment 3 terrorjack 2024-07-18 16:41:52 PDT
https://github.com/WebKit/WebKit/pull/28291 just landed on main.