[GHC] #4012: Compilation results are not deterministic
GHC
ghc-devs at haskell.org
Mon Oct 9 22:11:58 UTC 2017
#4012: Compilation results are not deterministic
-------------------------------------+-------------------------------------
Reporter: kili | Owner: niteria
Type: bug | Status: new
Priority: high | Milestone: 8.4.1
Component: Compiler | Version: 6.12.2
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: Other | Test Case:
Blocked By: 11362 | Blocking: 12262
Related Tickets: #10424 | Differential Rev(s): Phab:D910,
| Phab:D1073, Phab:D1133, Phab:D1192,
| Phab:D1268, Phab:D1360, Phab:D1373,
Wiki Page: | Phab:D1396, Phab:D1457, Phab:D1468,
DeterministicBuilds | Phab:D1487, Phab:D1504, Phab:D1508
-------------------------------------+-------------------------------------
Comment (by duog):
It looks like trac:14092 could lead to nondeterministic interface files
when using parallel --make.
Single threaded --make does not seem to be nondetermistic, though I
believe it is uncomfortably sensitve to the order in which modules are
compiled, which can be determined by the order they are imported or passed
to ghc.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/4012#comment:237>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list