[llvm-bugs] [Bug 32938] x86: Redundant dynamic relocation against function

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Apr 27 07:23:49 PDT 2018


https://bugs.llvm.org/show_bug.cgi?id=32938

Rafael Ávila de Espíndola <rafael at espindo.la> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WONTFIX                     |---
             Status|RESOLVED                    |REOPENED

--- Comment #9 from Rafael Ávila de Espíndola <rafael at espindo.la> ---
This has been noticed in the wild.

Also, fixing this might prove a memory saving optimization as no symbol would
be both at the .got and .plt.got and we would not need to keep both indexes.

-- 
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/20180427/2aadc545/attachment.html>


More information about the llvm-bugs mailing list