From e912310206e86169c920319f587d310c8b9cafe0 Mon Sep 17 00:00:00 2001 From: Simon Peyton Jones Date: Mon, 5 Dec 2016 13:50:48 +0000 Subject: Use isFamFreeTyCon now we have it Refactoring only --- testsuite/tests/perf/compiler/all.T | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'testsuite/tests/perf') diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index 7ce6562064..0ccde15106 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -767,7 +767,7 @@ test('T9872c', test('T9872d', [ only_ways(['normal']), compiler_stats_num_field('bytes allocated', - [(wordsize(64), 506691240, 5), + [(wordsize(64), 478169352, 5), # 2014-12-18 796071864 Initally created # 2014-12-18 739189056 Reduce type families even more eagerly # 2015-01-07 687562440 TrieMap leaf compression @@ -775,6 +775,8 @@ test('T9872d', # 2015-12-11 566134504 TypeInType; see #11196 # 2016-02-08 534693648 Improved a bit by tyConRolesRepresentational # 2016-03-18 506691240 optimize Unify & zonking + # 2016-12-05 478169352 using tyConIsTyFamFree, I think, but only + # a 1% improvement 482 -> 478 (wordsize(32), 264566040, 5) # some date 328810212 # 2015-07-11 350369584 -- cgit v1.2.1