[commit: ghc] master: testsuite: Bump compiler allocations of T5837 (65cc762)

git at git.haskell.org git at git.haskell.org
Tue Jan 24 21:49:54 UTC 2017


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

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

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

commit 65cc7620517abec9b3e0d9bfe644accd5f649fe5
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Jan 24 16:48:18 2017 -0500

    testsuite: Bump compiler allocations of T5837
    
    Gipeda suggests that this is due to the recent top-level string literals in Core
    patch.


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

65cc7620517abec9b3e0d9bfe644accd5f649fe5
 testsuite/tests/perf/compiler/all.T | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index b71c9d7..d9b0be5 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -605,7 +605,7 @@ test('T5837',
              # 2014-12-08: 115905208  Constraint solver perf improvements (esp kick-out)
              # 2016-04-06: 24199320  (x86/Linux, 64-bit machine) TypeInType
 
-           (wordsize(64), 52597024, 10)])
+           (wordsize(64), 57861352, 10)])
              # sample: 3926235424 (amd64/Linux, 15/2/2012)
              # 2012-10-02 81879216
              # 2012-09-20 87254264 amd64/Linux
@@ -629,6 +629,8 @@ test('T5837',
              # 2016-10-25 52597024  amd64/Linux, the test now passes (hooray), and so
              #                          allocates more because it goes right down the
              #                          compilation pipeline
+             # 2017-01-24 57861352  amd64/Linux, very likely due to the top-level strings
+             #                          in Core patch.
       ],
       compile, ['-freduction-depth=50'])
 



More information about the ghc-commits mailing list