[GHC] #12935: Object code produced by GHC is non-deterministic

GHC ghc-devs at haskell.org
Mon Feb 12 19:10:27 UTC 2018


#12935: Object code produced by GHC is non-deterministic
-------------------------------------+-------------------------------------
        Reporter:  bgamari           |                Owner:  (none)
            Type:  bug               |               Status:  new
        Priority:  normal            |            Milestone:
       Component:  Compiler          |              Version:  8.0.2
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):  Phab:D4388
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by shlevy):

 D4388 fixes some of this, by removing non-determinism in cost centre
 symbol names (which caused linking errors when doing distributed builds
 with nix). A unique was replaced with a 0-based index that increments in
 source location order for a given module, cost centre name, and cost
 centre type.

-- 
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12935#comment:17>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list