[commit: ghc] wip/tdammers/D4394: Increased allocation limit for T5321 on OS X (9426a60)
git at git.haskell.org
git at git.haskell.org
Tue Mar 20 11:54:26 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/tdammers/D4394
Link : http://ghc.haskell.org/trac/ghc/changeset/9426a60c002c6c4d732e4a86cd94c2b63e71c16a/ghc
>---------------------------------------------------------------
commit 9426a60c002c6c4d732e4a86cd94c2b63e71c16a
Author: Tobias Dammers <tdammers at gmail.com>
Date: Sat Mar 17 17:58:52 2018 +0100
Increased allocation limit for T5321 on OS X
>---------------------------------------------------------------
9426a60c002c6c4d732e4a86cd94c2b63e71c16a
testsuite/tests/perf/compiler/all.T | 3 +++
1 file changed, 3 insertions(+)
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 2afa595..f841a68 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -549,6 +549,9 @@ test('T5321Fun',
# 2016-04-06: 279922360 x86/Linux
# 2017-03-24: 244387620 x86/Linux (64-bit machine)
+ (platform('x86_64-apple-darwin'), 446893600, 5),
+ # 2018-03-17: 423774560 # OS X-only (reason unknown, see #11753)
+
(wordsize(64), 423774560, 5)])
# prev: 585521080
# 2012-08-29: 713385808 # (increase due to new codegen)
More information about the ghc-commits
mailing list