diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2016-12-05 13:50:48 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2016-12-05 17:40:05 +0000 |
commit | e912310206e86169c920319f587d310c8b9cafe0 (patch) | |
tree | 381862828ee0d99f6f32b42cfaa286d11701b74c /testsuite/tests/perf | |
parent | 6305674f310633d159a4df4e2e0d033a698599d1 (diff) | |
download | haskell-e912310206e86169c920319f587d310c8b9cafe0.tar.gz |
Use isFamFreeTyCon now we have it
Refactoring only
Diffstat (limited to 'testsuite/tests/perf')
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 4 |
1 files changed, 3 insertions, 1 deletions
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 |