Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
5c186277
Commit
5c186277
authored
Feb 06, 2012
by
Simon Peyton Jones
Browse files
A couple of compiler performance tests have improved :-)
parent
e2787de7
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/perf/compiler/all.T
View file @
5c186277
...
...
@@ -159,7 +159,8 @@ test('T5030',
500000000
)),
# expected value: 902776064 (amd64/Linux):
if_wordsize
(
64
,
compiler_stats_num_field
('
bytes allocated
',
800000000
,
compiler_stats_num_field
('
bytes allocated
',
750000000
,
# (reduced from 80... Feb12)
1000000000
)),
only_ways
(['
normal
'])
],
...
...
@@ -236,11 +237,12 @@ test('T5321FD',
test
('
T5642
',
[
only_ways
(['
normal
']),
if_wordsize
(
32
,
compiler_stats_num_field
('
bytes allocated
',
8
9
0000000
,
compiler_stats_num_field
('
bytes allocated
',
8
4
0000000
,
910000000
)),
if_wordsize
(
64
,
# expected value: 9019430056 (amd64/Linux):
compiler_stats_num_field
('
bytes allocated
',
8900000000
,
# expected value: 8579867832 (amd64/Linux):
# (reduced from 90... Feb12)
compiler_stats_num_field
('
bytes allocated
',
8400000000
,
9100000000
))
],
compile
,['
-O
'])
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment