[commit: ghc] master: Fix T13701 allocation for Linux (c3f12ec)

git at git.haskell.org git at git.haskell.org
Fri Jun 30 00:18:27 UTC 2017


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

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

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

commit c3f12ec5edba697cfba199a360c7962bfc9f7e80
Author: David Feuer <david.feuer at gmail.com>
Date:   Thu Jun 29 19:36:42 2017 -0400

    Fix T13701 allocation for Linux
    
    For some reason, this test seems to allocate rather more under
    Linux than under OSX or Windows.
    
    Reviewers: austin, bgamari
    
    Subscribers: rwbarton, thomie
    
    Differential Revision: https://phabricator.haskell.org/D3684


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

c3f12ec5edba697cfba199a360c7962bfc9f7e80
 testsuite/tests/perf/compiler/all.T | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index f53a84c..10fa715 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -1131,6 +1131,7 @@ test('MultiLayerModules',
 test('T13701',
      [ compiler_stats_num_field('bytes allocated',
           [(platform('x86_64-apple-darwin'), 2217187888, 10),
+           (platform('x86_64-unknown-linux'), 2467546360, 10),
            (wordsize(64), 2188045288, 10),
            # initial:     2511285600
            # 2017-06-23:  2188045288    treat banged variable bindings as FunBinds



More information about the ghc-commits mailing list