[PATCH] D32662: Eliminate .debug_gnu_pub{names, types} if -gdb-index is given.

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 28 15:13:59 PDT 2017


dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.

Looks great - does exactly what I was wanting/expecting.

First run clang startup time drops from 4.4 seconds to 2.5 seconds (PR32718 discusses the issue with first run startup/binary size on (some?) linux systems), binary size drops from 837MiB to 466MiB.

Thanks a bunch!


https://reviews.llvm.org/D32662





More information about the llvm-commits mailing list