[llvm-bugs] [Bug 36286] New: Implement constant string merging
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Feb 7 14:07:58 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=36286
Bug ID: 36286
Summary: Implement constant string merging
Product: lld
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: COFF
Assignee: unassignedbugs at nondot.org
Reporter: ruiu at google.com
CC: llvm-bugs at lists.llvm.org
We should implement the constant string merging for the COFF version of lld,
just like we did for ELF, to reduce output size.
Unlike ELF, COFF sections that contain constant strings don't have any special
section type, but we can identify them by looking at their symbol name. So it's
doable.
--
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/20180207/48f97711/attachment.html>
More information about the llvm-bugs
mailing list