[commit: ghc] master: T9961 allocations crept further upwards (aee58e1)

git at git.haskell.org git at git.haskell.org
Thu Dec 17 15:00:13 UTC 2015


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

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

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

commit aee58e166c771ab1f72d22c008ecb326488c0909
Author: Ben Gamari <ben at well-typed.com>
Date:   Thu Dec 17 16:10:18 2015 +0200

    T9961 allocations crept further upwards
    
    Sad.


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

aee58e166c771ab1f72d22c008ecb326488c0909
 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 ae093be..184628a 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -714,11 +714,12 @@ test('T9872d',
 test('T9961',
      [ only_ways(['normal']),
        compiler_stats_num_field('bytes allocated',
-          [(wordsize(64), 708680480, 5),
+          [(wordsize(64), 745044392, 5),
           # 2015-01-12    807117816   Initally created
           # 2015-spring   772510192   Got better
           # 2015-05-22    663978160   Fix for #10370 improves it more
-          # 2015-10-28    708680480   Emit Typeable at definition site
+          # 2015-10-28    708680480   x86_64/Linux   Emit Typeable at definition site
+          # 2015-12-17    745044392   x86_64/Darwin  Creep upwards
            (wordsize(32), 375647160, 5)
           ]),
       ],



More information about the ghc-commits mailing list