zig/lib/std/dwarf
Jacob Young 247e4ac3cc dwarf: optimize dwarf parsing for speed
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`.
2024-02-18 14:11:06 +01:00
..
abi.zig
AT.zig
ATE.zig
call_frame.zig
EH.zig
expressions.zig dwarf: optimize dwarf parsing for speed 2024-02-18 14:11:06 +01:00
FORM.zig
LANG.zig
OP.zig
TAG.zig