Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/b8ac5a0f4b9dc218e59a9362689cab4fc14249c8

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

commit b8ac5a0f4b9dc218e59a9362689cab4fc14249c8
Author: Simon Marlow <[email protected]>
Date:   Thu Jul 5 15:21:19 2012 +0100

    T3294 improved with the new codegen merge

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

 tests/perf/compiler/all.T |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index 0679f4d..ff2774c 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -68,13 +68,10 @@ test('T3294',
                                    # expected value: 17725476 (x86/OS X)
                                   #                 14593500 (Windows)
       if_wordsize(64,
-          compiler_stats_num_field('max_bytes_used', 26000000,
-                                                     37000000)),
-                                   # expected value: 32 478 408 (amd64/Linux)
-                                   # (but varies a lot, depending on when
-                                   # we GC relative to the peak).
-                                   # (MCB: consistently reaching ~35 375 912 
for
-                                   # me lately on amd64/Darwin)
+          compiler_stats_range_field('max_bytes_used', 25753192, 15)),
+                                   # Improved with the new codegen merge,
+                                   # because we now do stg->cmm->NCG for one
+                                   # top-level binding at a time.
       if_wordsize(32,
           compiler_stats_num_field('bytes allocated', 650000000,
                                                       750000000)),



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to