mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +00:00
Flush all the register windows to stack before starting the stack walk, we may otherwise try to read garbage and crash and burn. Add a few comptime annotations to debloat some functions.