[llvm-bugs] [Bug 26198] New: Reconsider merging strings is strtab
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Jan 18 11:47:56 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=26198
Bug ID: 26198
Summary: Reconsider merging strings is strtab
Product: lld
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: unassignedbugs at nondot.org
Reporter: rafael.espindola at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
In r257017 we stopped merging string in strtab. When linking lld with
Release+Asserts that caused an 11% speedup and a 3% strtab size increase.
We should experiment with still using StringTableBuilder but not calling
finalize. This will avoid the tail merging and string copying, but would still
avoid having two identical strings in the table.
--
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/20160118/5701cdc9/attachment.html>
More information about the llvm-bugs
mailing list