[commit: ghc] wip/ghc-8.0-det: Kill varEnvElts in specImports (f38fe3f)
git at git.haskell.org
git at git.haskell.org
Mon Jul 25 14:58:41 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ghc-8.0-det
Link : http://ghc.haskell.org/trac/ghc/changeset/f38fe3f239340666086528ab712c8ab53c0e1efb/ghc
>---------------------------------------------------------------
commit f38fe3f239340666086528ab712c8ab53c0e1efb
Author: Bartosz Nitka <niteria at gmail.com>
Date: Thu May 12 06:55:00 2016 -0700
Kill varEnvElts in specImports
We need the order of specialized binds and rules to be deterministic,
so we use a deterministic set here.
Test Plan: ./validate
Reviewers: simonmar, bgamari, austin, simonpj
Reviewed By: simonpj
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2197
GHC Trac Issues: #4012
(cherry picked from commit 6bf0eef74d2b2ce9a48c7acc08ca2a1c0c8a7fbc)
>---------------------------------------------------------------
f38fe3f239340666086528ab712c8ab53c0e1efb
compiler/basicTypes/VarEnv.hs | 25 +++++++++++++++++++++++--
compiler/specialise/Specialise.hs | 28 ++++++++++++++++++----------
compiler/utils/UniqDFM.hs | 32 ++++++++++++++++++++++++++++++++
3 files changed, 73 insertions(+), 12 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc f38fe3f239340666086528ab712c8ab53c0e1efb
More information about the ghc-commits
mailing list