[commit: ghc] master: Fix cost-centre-stack bug when creating new PAP (#5654) (85daac5)
git at git.haskell.org
git at git.haskell.org
Wed Jan 27 15:19:52 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/85daac593c498f581d46f44982ee5dcf1001f611/ghc
>---------------------------------------------------------------
commit 85daac593c498f581d46f44982ee5dcf1001f611
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.
>---------------------------------------------------------------
85daac593c498f581d46f44982ee5dcf1001f611
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 85daac593c498f581d46f44982ee5dcf1001f611
More information about the ghc-commits
mailing list