T9203

Simon Peyton Jones simonpj at microsoft.com
Mon Jul 14 16:43:12 UTC 2014


Joachim
In commit 194107ea9333c1d9d61abf307db2da6a699847af you reduced the allocation of T9203 by half.  Butbut I get allocation of 95747304 on my 64 bit machine, so the test fails.
Any idea why?
Simon


diff --git a/testsuite/tests/perf/should_run/all.T b/testsuite/tests/perf/should_run/all.T

index 4fa77a5..e9e7ef3 100644

--- a/testsuite/tests/perf/should_run/all.T

+++ b/testsuite/tests/perf/should_run/all.T

@@ -371,7 +371,9 @@ test('InlineCloneArrayAlloc',

test('T9203',

      [stats_num_field('bytes allocated',

                       [ (wordsize(32), 50000000, 5)

-                      , (wordsize(64), 95747304, 5) ]),

+                      , (wordsize(64), 42946176, 5) ]),

+                      # previously: 95747304

+                      # 2014-07-14: 42946176 (amd64/Linux)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/ghc-devs/attachments/20140714/87903805/attachment-0001.html>


More information about the ghc-devs mailing list