[llvm-bugs] [Bug 35917] lld needs to support incremental linking, including skipping updates to import .lib file
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Jan 21 14:06:51 PST 2021
https://bugs.llvm.org/show_bug.cgi?id=35917
Reid Kleckner <rnk at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #17 from Reid Kleckner <rnk at google.com> ---
I think we can call this fixed. Bob added the feature of not touching the .lib
import library if it hasn't changed. We don't have any other plans to work on
incremental linking.
Over the last year, I managed to parallelize ghash and significantly reduce PDB
linking memory usage. I don't have lld-link /time output ready to paste in
here, but I think we can claim that the situation is much better than it was in
2018 when this was filed.
--
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/20210121/9d6bda2a/attachment.html>
More information about the llvm-bugs
mailing list