Expand description
Stackify implementation to produce structured control flow from an arbitrary CFG.
See the paper
- Norman Ramsey. Beyond Relooper: recursive translation of unstructured control flow to structured control flow. In ICFP 2022 (Functional Pearl). https://dl.acm.org/doi/10.1145/3547621
for more details on how this algorithm works.
Structs§
- A Wasm branch target label: number of scopes outward to branch to.