It's very simple, fast and efficient for the stack depot compression if used on entire pointers.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/lib/sanitizer_common/sanitizer_lzw.h | ||
---|---|---|
36 | Why not dict? |
compiler-rt/lib/sanitizer_common/sanitizer_lzw.h | ||
---|---|---|
36 | to show that all stuff there is len 1 |
compiler-rt/lib/sanitizer_common/sanitizer_lzw.h | ||
---|---|---|
36 | When I see dict1 I expect to see dict2. Maybe rename to dict_len1 or dict_l1 to make it more obvious? |
Why not dict?