Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compiler: add optional tail-call support in wasm NCG | Cheng Shao | 2022-12-16 | 1 | -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 translation | Norman Ramsey | 2022-11-11 | 1 | -0/+53 |