mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
This code is run when printing a stack trace in a debug executable, so it has to be fast even without compiler optimizations. Adding a `@panic` to the top of `main` and running an x86_64 backend compiled compiler goes from `1m32.773s` to `0m3.232s`. |
||
|---|---|---|
| .. | ||
| abi.zig | ||
| AT.zig | ||
| ATE.zig | ||
| call_frame.zig | ||
| EH.zig | ||
| expressions.zig | ||
| FORM.zig | ||
| LANG.zig | ||
| OP.zig | ||
| TAG.zig | ||