[commit: ghc] master: Add -fno-full-laziness to get consistent profiling output (1302d50)

git at git.haskell.org git at git.haskell.org
Tue May 6 08:43:28 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/1302d50587e012d792f4d3e16bd511258984f4b8/ghc

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

commit 1302d50587e012d792f4d3e16bd511258984f4b8
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Fri May 2 12:10:26 2014 +0100

    Add -fno-full-laziness to get consistent profiling output


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

1302d50587e012d792f4d3e16bd511258984f4b8
 testsuite/tests/profiling/should_run/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T
index 493c846..ac70b9f 100644
--- a/testsuite/tests/profiling/should_run/all.T
+++ b/testsuite/tests/profiling/should_run/all.T
@@ -25,7 +25,7 @@ test('T3001-2',
 test('scc001', [req_profiling,
                 extra_ways(['prof']), only_ways(prof_ways)],
      compile_and_run,
-     ['-fno-state-hack']) # Note [consistent stacks]
+     ['-fno-state-hack -fno-full-laziness']) # Note [consistent stacks]
 
 test('scc002', [req_profiling,
                 extra_ways(['prof']), only_ways(prof_ways)],



More information about the ghc-commits mailing list