Files
zig/lib/std/debug
Matthew Lugg 89f86e46d2 std: don't use dyld functions on non-macOS Darwin
65922a2d4 started using some (deprecated but still available) dyld
functions for stack unwinding and debug information on Darwin targets,
because they are significantly faster than `dladdr` (which is the
"correct" thing to use). However, these functions are unavailable on
Darwin targets other than macOS, for instance on iOS. Therefore, on
those targets, we must fall back to the slow `dladdr` path.
2026-05-28 08:54:23 +01:00
..
2026-05-23 11:02:56 +02:00
2025-12-23 22:15:11 -08:00