[GHC] #16084: Improve link times on Windows
GHC
ghc-devs at haskell.org
Sat Dec 22 16:27:21 UTC 2018
#16084: Improve link times on Windows
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner: (none)
Type: bug | Status: new
Priority: high | Milestone:
Component: Compiler | Version: 8.6.3
Keywords: | Operating System: Windows
Architecture: | Type of failure: Compile-time
Unknown/Multiple | performance bug
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
Currently the Windows CI builds are typically lasting over 3 hours. The
primary cause of this appears to be poor performance in `ld.bfd`,
especially when linking testsuite tests.
One option to fix this is to try using LLD for linking. Unfortunately the
msys2 `gcc` does not support `-fuse-ld=lld`.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16084>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list