CMakeLists.txt | 1 + src/codegen.cpp | 11 ++ src/main.cpp | 6 + std/special/compiler_rt.zig | 125 +++---------------- std/special/compiler_rt/stack_probe.zig | 206 ++++++++++++++++++++++++++++++++ 5 files changed, 239 insertions(+), 110 deletions(-)