[llvm-bugs] [Bug 36289] lld should produce better .hash section
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Feb 7 17:59:51 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=36289
Rui Ueyama <ruiu at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|ASSIGNED |RESOLVED
--- Comment #1 from Rui Ueyama <ruiu at google.com> ---
I investigated this a little and my conclusion is that the current .hash
section isn't bad. The only parameter we can tweak in .hash section is the
number of on-disk hash table entries, and currently we set it to the number of
symbols. That's an arbitrary choice, but I don't think that's particularly bad.
Thus I'm closing the bug.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180208/f71a825f/attachment.html>
More information about the llvm-bugs
mailing list