[commit: ghc] ghc-8.0: Fix cost-centre-stack bug when creating new PAP (#5654) (5eb31d2)

git at git.haskell.org git at git.haskell.org
Sat Feb 27 15:21:13 UTC 2016


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

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/5eb31d270b72982afe008dc32adcf1a44984b6a5/ghc

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

commit 5eb31d270b72982afe008dc32adcf1a44984b6a5
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Thu Jan 21 09:45:52 2016 +0000

    Fix cost-centre-stack bug when creating new PAP (#5654)
    
    See comment in `AutoApply.h`.  This partly fixes #5654.  New test
    added, and renamed the old test to match the ticket number.
    
    (cherry picked from commit 85daac593c498f581d46f44982ee5dcf1001f611)


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

5eb31d270b72982afe008dc32adcf1a44984b6a5
 rts/AutoApply.h                                    | 12 +++++++++
 testsuite/tests/profiling/should_run/T5654.hs      | 14 +++++++++++
 .../{scc004.prof.sample => T5654.prof.sample}      |  0
 .../profiling/should_run/T5654b-O0.prof.sample     | 29 ++++++++++++++++++++++
 .../profiling/should_run/T5654b-O1.prof.sample     | 28 +++++++++++++++++++++
 testsuite/tests/profiling/should_run/T5654b.hs     | 22 ++++++++++++++++
 testsuite/tests/profiling/should_run/all.T         | 12 ++++++++-
 testsuite/tests/profiling/should_run/scc004.hs     | 10 --------
 8 files changed, 116 insertions(+), 11 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 5eb31d270b72982afe008dc32adcf1a44984b6a5


More information about the ghc-commits mailing list