Mike Stump - Re: Reduce Dwarf Debug Size (original) (raw)

This is the mail archive of the gcc-patches@gcc.gnu.orgmailing list for the GCC project.

The basic idea is to not emit struct debugging information in the current compilation unit when that information will be generated by another compilation unit. The primary criteria is whether the base name of the file containing the struct definition matches the base name of the main file being compiled.