Bug 253192 - Add WASM tail calls support to single-pass BBQ JIT
Summary: Add WASM tail calls support to single-pass BBQ JIT
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebAssembly (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Keith Miller
URL:
Keywords: InRadar
Depends on: 252209
Blocks:
  Show dependency treegraph
 
Reported: 2023-03-01 13:41 PST by David Degazio
Modified: 2024-07-18 16:41 PDT (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 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.