diff options
author | Gabor Greif <ggreif@gmail.com> | 2015-04-10 10:00:50 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2015-04-10 10:00:50 +0200 |
commit | 9d16808e1b6dd2fb7ab3eb5712d9842e77d57631 (patch) | |
tree | d574d81a21d82998860c15c8d9c8d320d55fa928 /testsuite/tests/perf | |
parent | fa46c597db9939de1de4bc9b917c8dc1d9e2093a (diff) | |
download | haskell-9d16808e1b6dd2fb7ab3eb5712d9842e77d57631.tar.gz |
Typos in error messages and in comments
Diffstat (limited to 'testsuite/tests/perf')
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index 6c4ffee04f..6813f52c4d 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -329,7 +329,7 @@ test('T5030', # previous: 196457520 # 2012-10-08: 259547660 (x86/Linux, new codegen) # 2013-11-21: 198573456 (x86 Windows, 64 bit machine) - # 2014-12-10: 227205560 constraint solver got worse again; more agressive solving + # 2014-12-10: 227205560 constraint solver got worse again; more aggressive solving # of family-applications leads to less sharing, I think (wordsize(64), 403932600, 10)]), @@ -346,7 +346,7 @@ test('T5030', # general round of updates # 2014-09-10 385152728 post-AMP-cleanup # 2014-12-08 340969128 constraint solver perf improvements (esp kick-out) - # 2014-12-10 449042120 constraint solver got worse again; more agressive solving + # 2014-12-10 449042120 constraint solver got worse again; more aggressive solving # of family-applications leads to less sharing, I think # 2015-03-17 403932600 tweak to solver algorithm |