[commit: ghc] master: Kill varEnvElts in specImports (6bf0eef)
git at git.haskell.org
git at git.haskell.org
Thu May 12 13:52:16 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/6bf0eef74d2b2ce9a48c7acc08ca2a1c0c8a7fbc/ghc
>---------------------------------------------------------------
commit 6bf0eef74d2b2ce9a48c7acc08ca2a1c0c8a7fbc
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
>---------------------------------------------------------------
6bf0eef74d2b2ce9a48c7acc08ca2a1c0c8a7fbc
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 6bf0eef74d2b2ce9a48c7acc08ca2a1c0c8a7fbc
More information about the ghc-commits
mailing list