[commit: ghc] wip/T5642: Adjust the expected allocations for perf/compiler/T5642 (4723694)

git at git.haskell.org git at git.haskell.org
Sat Sep 3 14:15:41 UTC 2016


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

On branch  : wip/T5642
Link       : http://ghc.haskell.org/trac/ghc/changeset/4723694b69a7ad5998c30be83ea3481c807e3c9b/ghc

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

commit 4723694b69a7ad5998c30be83ea3481c807e3c9b
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date:   Sat Sep 3 10:11:03 2016 -0400

    Adjust the expected allocations for perf/compiler/T5642


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

4723694b69a7ad5998c30be83ea3481c807e3c9b
 testsuite/tests/perf/compiler/all.T | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 0ecc7c2..d8a88c1 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -554,7 +554,7 @@ test('T5642',
             # 2014-12-10:  641085256 Improvements in constraints solver
             # 2016-04-06:  462677300
 
-            (wordsize(64),  916484672, 10)])
+            (wordsize(64),  838316496, 10)])
             # prev:        1300000000
             # 2014-07-17:  1358833928 (general round of updates)
             # 2014-08-07:  1402242360 (caused by 1fc60ea)
@@ -570,6 +570,7 @@ test('T5642',
             # 2016-02-08:   950004816 Pattern match checker re-rework
             # 2016-05-12:  1300685592 Make Generic1 poly-kinded
             # 2016-06-05:   916484672 Refactor derived Generic instances to reduce allocations
+            # 2016-09-03:   838316496 Derive the Generic instance in perf/compiler/T5642
       ],
       compile,['-O'])
 



More information about the ghc-commits mailing list