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
..
2023-10-31 21:37:35 -04:00
2023-07-20 22:58:13 -04:00
2024-02-18 14:11:03 +01:00