mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-09 00:54:07 -04:00
4aae0b09cf
In both backends they did not observe the Liveness information for try instructions. Now they do. For the C backend this is necessary for correctness; for the LLVM backend, it improves code generation.