SIGN IN SIGN UP
rust-lang / rust UNCLAIMED

Empowering everyone to build reliable and efficient software.

0 0 69 Rust

fix: stop emitting `.debug_pubnames` and `.debug_pubtypes`

`.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.
W
Weihang Lo committed
1667f3d2cc131e1f39d4314296b7cafa9dbfa0f4
Parent: a2d328f