[commit: ghc] master: Revert "Make globals use sharedCAF" (e2330b6)
git at git.haskell.org
git at git.haskell.org
Wed Nov 30 15:56:33 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e2330b6dde805a5507898c3c4ddf38599df969da/ghc
>---------------------------------------------------------------
commit e2330b6dde805a5507898c3c4ddf38599df969da
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Nov 30 10:54:45 2016 -0500
Revert "Make globals use sharedCAF"
This reverts commit 6f7ed1e51bf360621a3c2a447045ab3012f68575 due to breakage of
the build on Windows.
>---------------------------------------------------------------
e2330b6dde805a5507898c3c4ddf38599df969da
compiler/HsVersions.h | 16 -----
compiler/ghci/Linker.hs | 44 ++++++------
compiler/main/DynFlags.hs | 15 ----
compiler/main/StaticFlags.hs | 20 +-----
compiler/simplCore/CoreMonad.hs | 75 ++++++++++++++++++--
compiler/utils/FastString.hs | 7 ++
compiler/utils/Util.hs | 34 ----------
docs/users_guide/extending_ghc.rst | 13 ++++
includes/rts/Globals.h | 27 +++-----
libraries/base/GHC/Conc/Sync.hs | 2 +-
rts/Globals.c | 79 +++++++++++++++-------
testsuite/tests/plugins/LinkerTicklingPlugin.hs | 4 +-
.../tests/plugins/annotation-plugin/SayAnnNames.hs | 1 +
.../should_compile/T7702plugin/T7702Plugin.hs | 1 +
14 files changed, 182 insertions(+), 156 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 e2330b6dde805a5507898c3c4ddf38599df969da
More information about the ghc-commits
mailing list