summaryrefslogtreecommitdiff
path: root/compiler/GHC/Wasm/ControlFlow.hs
Commit message (Collapse)AuthorAgeFilesLines
* compiler: add optional tail-call support in wasm NCGCheng Shao2022-12-161-6/+2
| | | | | | | | | When the `-mtail-call` clang flag is passed at configure time, wasm tail-call extension is enabled, and the wasm NCG will emit `return_call`/`return_call_indirect` instructions to take advantage of it and avoid the `StgRun` trampoline overhead. Closes #22461.
* add new modules for reducibility and WebAssembly translationNorman Ramsey2022-11-111-0/+53