[GHC] #12262: Binary output is not deterministic
GHC
ghc-devs at haskell.org
Thu Jun 30 12:12:54 UTC 2016
#12262: Binary output is not deterministic
-------------------------------------+-------------------------------------
Reporter: niteria | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.0.1
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
The goal of DeterministicBuilds (#4012) was to get ABI-compatible binaries
given the same sources, flags and the environment.
There's a stronger goal of getting bit-for-bit identical binaries and this
ticket will track that.
Known causes of binary nondeterminism:
* Unique comparison
* Uniques converted to strings for symbol names
* everything else from #4012
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12262>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list