[commit: ghc] master: New magic function for applying realWorld# (351de16)

git at git.haskell.org git at git.haskell.org
Thu Nov 12 14:54:56 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/351de169e14ad9277aaca653df4a3753c151f7bb/ghc

>---------------------------------------------------------------

commit 351de169e14ad9277aaca653df4a3753c151f7bb
Author: Ben Gamari <bgamari.foss at gmail.com>
Date:   Thu Nov 12 14:52:11 2015 +0100

    New magic function for applying realWorld#
    
    Test Plan: validate
    
    Reviewers: goldfire, erikd, rwbarton, simonpj, austin, simonmar, hvr
    
    Reviewed By: simonpj
    
    Subscribers: simonmar, thomie
    
    Differential Revision: https://phabricator.haskell.org/D1103
    
    GHC Trac Issues: #10678


>---------------------------------------------------------------

351de169e14ad9277aaca653df4a3753c151f7bb
 compiler/basicTypes/MkId.hs                   | 59 +++++++++++++++++++++++++--
 compiler/coreSyn/CorePrep.hs                  | 13 +++++-
 compiler/prelude/PrelNames.hs                 |  3 +-
 includes/stg/MiscClosures.h                   |  2 +
 libraries/base/GHC/IO.hs                      |  5 +--
 libraries/base/GHC/ST.hs                      | 58 ++------------------------
 libraries/ghc-prim/GHC/Magic.hs               | 19 ++++++++-
 libraries/ghc-prim/changelog.md               |  1 +
 libraries/integer-gmp/src/GHC/Integer/Type.hs |  3 +-
 testsuite/tests/perf/should_run/all.T         |  3 +-
 testsuite/tests/primops/should_run/T10678.hs  | 22 ++++++++++
 testsuite/tests/primops/should_run/all.T      |  9 ++++
 12 files changed, 129 insertions(+), 68 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 351de169e14ad9277aaca653df4a3753c151f7bb


More information about the ghc-commits mailing list