[commit: ghc] ghc-8.2: testsuite: Update Windows allocations for T12234 (a08003e)

git at git.haskell.org git at git.haskell.org
Sat Apr 1 02:37:47 UTC 2017


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

On branch  : ghc-8.2
Link       : http://ghc.haskell.org/trac/ghc/changeset/a08003e848a0d6e53272d96b12023857c0acfca5/ghc

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

commit a08003e848a0d6e53272d96b12023857c0acfca5
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Mar 31 22:32:21 2017 -0400

    testsuite: Update Windows allocations for T12234
    
    (cherry picked from commit 546c2a17ae3b21448f7fd467cc47807ae977e51f)


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

a08003e848a0d6e53272d96b12023857c0acfca5
 testsuite/tests/perf/compiler/all.T | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 4b89906..c034e93 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -1014,9 +1014,10 @@ test('T12425',
 test('T12234',
      [ only_ways(['optasm']),
        compiler_stats_num_field('bytes allocated',
-          [(platform('x86_64-unknown-mingw32'), 89180624, 5),
+          [(platform('x86_64-unknown-mingw32'), 79889200, 5),
           # initial:      83032768
-          # 2017-02-19                          89180624 (x64/Windows) - Unknown
+          # 2017-02-19    89180624 (x64/Windows) - Unknown
+          # 2017-02-25    79889200 (x64/Windows) - Early inline patch
            (wordsize(64), 80245640, 5),
           # initial:      72958288
           # 2016-01-17:   76848856  (x86-64, Linux. drift?)



More information about the ghc-commits mailing list