[commit: ghc] master: Partially revert 194107ea9333c1d9d61abf307db2da6a699847af (4690466)

git at git.haskell.org git at git.haskell.org
Mon Jul 14 17:28:34 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/4690466de2249fd73600567bd90d462ac26b2d1c/ghc

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

commit 4690466de2249fd73600567bd90d462ac26b2d1c
Author: Austin Seipp <austin at well-typed.com>
Date:   Mon Jul 14 12:27:58 2014 -0500

    Partially revert 194107ea9333c1d9d61abf307db2da6a699847af
    
    This reverts the numbers for T9203.
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

4690466de2249fd73600567bd90d462ac26b2d1c
 testsuite/tests/perf/should_run/all.T | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/testsuite/tests/perf/should_run/all.T b/testsuite/tests/perf/should_run/all.T
index e9e7ef3..4fa77a5 100644
--- a/testsuite/tests/perf/should_run/all.T
+++ b/testsuite/tests/perf/should_run/all.T
@@ -371,9 +371,7 @@ test('InlineCloneArrayAlloc',
 test('T9203',
      [stats_num_field('bytes allocated',
                       [ (wordsize(32), 50000000, 5)
-                      , (wordsize(64), 42946176, 5) ]),
-                      # previously: 95747304
-                      # 2014-07-14: 42946176 (amd64/Linux)
+                      , (wordsize(64), 95747304, 5) ]),
       only_ways(['normal'])],
      compile_and_run,
      ['-O2'])



More information about the ghc-commits mailing list