| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-12-11 | fix: stop emitting `.debug_pubnames` and `.debug_pubtypes` | Weihang Lo | -2/+2 | |
| `.debug_pubnames` and `.debug_pubtypes` are poorly designed and people seldom use them. However, they take a considerable portion of size in the final binary. This tells LLVM stop emitting those sections on DWARFv4 or lower. DWARFv5 use `.debug_names` which is more concise in size and performant for name lookup. | ||||
| 2023-12-11 | test: demonstrate that dwarf debug names sections are emitted | Weihang Lo | -0/+24 | |
