[GHC] #910: --make should have a -j flag for parallel building
GHC
ghc-devs at haskell.org
Mon Aug 26 23:48:51 UTC 2013
#910: --make should have a -j flag for parallel building
-------------------------------------+------------------------------------
Reporter: igloo | Owner:
Type: feature request | Status: patch
Priority: normal | Milestone: _|_
Component: Compiler | Version: 6.4.2
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: Unknown/Multiple
Type of failure: None/Unknown | Difficulty: Unknown
Test Case: N/A | Blocked By:
Blocking: | Related Tickets:
-------------------------------------+------------------------------------
Comment (by nh2):
Replying to [comment:31 parcs]:
> nh2: That's an interesting idea. We would just have to persist the
timing information somehow (through the interface file maybe)
I don't think the interface file is a good place: I tried to build/improve
Haskell build systems in the last months and interface files not being
generated the same for identical inputs was always a problem (e.g. in
http://ghc.haskell.org/trac/ghc/ticket/8144). Probably making an own file
for that will work as well.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/910#comment:33>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list