zig/lib
Andrew Kelley de47acd732 code coverage dumping tool basic implementation
* std.debug.Dwarf: add `sortCompileUnits` along with a field to track
  the state for the purpose of assertions and correct API usage.
  This makes batch lookups faster.
  - in the future, findCompileUnit should be enhanced to rely on sorted
    compile units as well.
* implement `std.debug.Dwarf.resolveSourceLocations` as well as
  `std.debug.Info.resolveSourceLocations`. It's still pretty slow, since
  it calls getLineNumberInfo for each array element, repeating a lot of
  work unnecessarily.
* integrate these APIs with `std.Progress` to understand what is taking
  so long.

The output I'm seeing from this tool shows a lot of missing source
locations. In particular, the main area of interest is missing for my
tokenizer fuzzing example.
2024-08-07 00:48:32 -07:00
..
compiler fuzzer: share zig to html rendering with autodocs 2024-08-07 00:48:32 -07:00
compiler_rt std.Target: Remove sparcel architecture tag. 2024-07-30 06:30:25 +02:00
docs fuzzer: share zig to html rendering with autodocs 2024-08-07 00:48:32 -07:00
fuzzer fuzzer: share zig to html rendering with autodocs 2024-08-07 00:48:32 -07:00
include
init Fix typo in init files. 2024-07-26 14:33:59 -07:00
libc glibc: update abilists file 2024-08-05 09:53:37 -07:00
libcxx
libcxxabi
libunwind
std code coverage dumping tool basic implementation 2024-08-07 00:48:32 -07:00
tsan
c.zig Merge pull request #20389 from alexrp/riscv32 2024-07-29 16:13:35 -07:00
compiler_rt.zig stage2-wasm: bit_reverse 2024-06-16 11:53:33 +02:00
fuzzer.zig introduce a web interface for fuzzing 2024-08-07 00:48:32 -07:00
zig.h zig.h: fixup pointer atomic load definitions 2024-07-26 10:42:10 -04:00