[commit: ghc] master: Fix interpreter with profiling (488d63d)

git at git.haskell.org git at git.haskell.org
Tue Mar 6 18:34:21 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/488d63d6899d223ef87c26c218f0cf81ac670a90/ghc

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

commit 488d63d6899d223ef87c26c218f0cf81ac670a90
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Mon Mar 5 15:12:57 2018 -0500

    Fix interpreter with profiling
    
    This was broken by D3746 and/or D3809, but unfortunately we didn't
    notice because CI at the time wasn't building the profiling way.
    
    Test Plan:
    ```
    cd testsuite/test/profiling/should_run
    make WAY=ghci-ext-prof
    ```
    
    Reviewers: bgamari, michalt, hvr, erikd
    
    Subscribers: rwbarton, thomie, carter
    
    GHC Trac Issues: #14705
    
    Differential Revision: https://phabricator.haskell.org/D4437


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

488d63d6899d223ef87c26c218f0cf81ac670a90
 compiler/codeGen/StgCmmBind.hs                    | 14 +++++++-----
 compiler/codeGen/StgCmmCon.hs                     |  3 +--
 compiler/codeGen/StgCmmLayout.hs                  | 27 ++++++++++++++++-------
 compiler/ghci/ByteCodeGen.hs                      | 11 ++++-----
 testsuite/tests/codeGen/should_run/T13825-unit.hs |  2 +-
 testsuite/tests/profiling/should_run/all.T        |  6 ++---
 6 files changed, 35 insertions(+), 28 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 488d63d6899d223ef87c26c218f0cf81ac670a90


More information about the ghc-commits mailing list