[commit: ghc] ghc-8.4: Fix interpreter with profiling (0a3e2f3)

git at git.haskell.org git at git.haskell.org
Tue Mar 6 19:02:23 UTC 2018


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

On branch  : ghc-8.4
Link       : http://ghc.haskell.org/trac/ghc/changeset/0a3e2f324dbd525d626ebd3d97e8ffa1cf2f0ffb/ghc

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

commit 0a3e2f324dbd525d626ebd3d97e8ffa1cf2f0ffb
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
    
    (cherry picked from commit 488d63d6899d223ef87c26c218f0cf81ac670a90)


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

0a3e2f324dbd525d626ebd3d97e8ffa1cf2f0ffb
 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 +-
 5 files changed, 33 insertions(+), 24 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 0a3e2f324dbd525d626ebd3d97e8ffa1cf2f0ffb


More information about the ghc-commits mailing list