Displaying 2 results from an estimated 2 matches for "770c44ab".
2018 May 23
0
Proposal for address-significance tables for --icf=safe
...nctions and interrupt handlers.
So...that might be viable -- just barely -- but even after suggesting
that, I'd not really want to argue for it. =)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180523/770c44ab/attachment.html>
2018 May 22
7
Proposal for address-significance tables for --icf=safe
Hi all,
Context: ld.gold has an --icf=safe flag which is intended to apply ICF only
to sections which can be safely merged according to the guarantees provided
by the language. It works using a set of heuristics (symbol name matching
and relocation scanning). That's not only imprecise but it only works with
certain languages and is slow due to the need to demangle symbols and scan