[PATCH] Linker: Replace overridden subprograms

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Dec 16 10:30:48 PST 2014


> What's suboptimal about .debug_str? Does lld not support the string
> deduplicating section stuff?

I guess that is it. The section is larger. Looking at a clang debug
build, the sections that increase by more than 10MB are

.rodata 14.155223
.eh_frame 17.065048
.text 40.909968
.debug_str 878.101951

So the dwarf itself is not the issue. Sorry for the noise.

Cheers,
Rafael



More information about the llvm-commits mailing list