[commit: ghc] wip/ghc-8.0-det: Kill varEnvElts in specImports (047cdc0)
git at git.haskell.org
git at git.haskell.org
Mon Jul 18 17:58:19 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ghc-8.0-det
Link : http://ghc.haskell.org/trac/ghc/changeset/047cdc0ff20046cd35e25c08e9b6c65a2bffe7ce/ghc
>---------------------------------------------------------------
commit 047cdc0ff20046cd35e25c08e9b6c65a2bffe7ce
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
>---------------------------------------------------------------
047cdc0ff20046cd35e25c08e9b6c65a2bffe7ce
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 047cdc0ff20046cd35e25c08e9b6c65a2bffe7ce
More information about the ghc-commits
mailing list