[GHC] #4012: Compilation results are not deterministic

GHC ghc-devs at haskell.org
Sat Nov 21 16:15:34 UTC 2015


#4012: Compilation results are not deterministic
-------------------------------------+-------------------------------------
        Reporter:  kili              |                Owner:  niteria
            Type:  bug               |               Status:  patch
        Priority:  high              |            Milestone:  8.0.1
       Component:  Compiler          |              Version:  6.12.2
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  Other             |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:  #10424            |  Differential Rev(s):  Phab:D910,
                                     |  Phab:D1073, Phab:D1133, Phab:D1192,
                                     |  Phab:D1268, Phab:D1360, Phab:D1373,
                                     |  Phab:D1396, Phab:D1457, Phab:D1468,
       Wiki Page:                    |  Phab:D1487, Phab:D1504, Phab:D1508
-------------------------------------+-------------------------------------

Comment (by Ben Gamari <ben@…>):

 In [changeset:"6664ab8356f00ef0b2186f30a0d29a9c0228c045/ghc"
 6664ab83/ghc]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="6664ab8356f00ef0b2186f30a0d29a9c0228c045"
 Add DVarSet - a deterministic set of Vars

 This implements `DVarSet`, a deterministic set of Vars, with an
 interface very similar to `VarSet` with a couple of functions missing.

 I will need this in changes that follow, one of them will be about
 changing the type of the set of Vars that `RuleInfo` holds to make the
 free variable computation deterministic.

 Test Plan:
 ./validate
 I can add new tests if anyone wants me to.

 Reviewers: simonpj, simonmar, austin, bgamari

 Reviewed By: simonmar, bgamari

 Subscribers: thomie

 Differential Revision: https://phabricator.haskell.org/D1487

 GHC Trac Issues: #4012
 }}}

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


More information about the ghc-tickets mailing list