Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/9b7ff20ed5e92f5c1ea0efb1449a96ee7416be6b
>---------------------------------------------------------------
commit 9b7ff20ed5e92f5c1ea0efb1449a96ee7416be6b
Author: Simon Marlow <marlowsd at gmail.com>
Date: Mon Jun 6 13:22:33 2011 +0100
T4978 seems to allocate about as much on 32-bit as on 64-bit, so
update the values. I'm not sure why this is - perhaps all the
allocation is ByteArray# or something? I checked the Core and it
looks reasonable.
>---------------------------------------------------------------
tests/ghc-regress/perf/should_run/all.T | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/ghc-regress/perf/should_run/all.T b/tests/ghc-regress/perf/should_run/all.T
index 63c2eeb..5d6c148 100644
--- a/tests/ghc-regress/perf/should_run/all.T
+++ b/tests/ghc-regress/perf/should_run/all.T
@@ -121,8 +121,8 @@ test('T5113',
test('T4978',
[if_wordsize(32,
- stats_num_field('bytes allocated', 4500000,
- 5500000)),
+ stats_num_field('bytes allocated', 9000000,
+ 11000000)),
if_wordsize(64,
stats_num_field('bytes allocated', 9000000,
11000000)),