Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Decking
GHC
Commits
db74f978
Commit
db74f978
authored
Nov 12, 2010
by
Ian Lynagh
Browse files
Lower the bounds for T3064
GHC is now more efficient; hurrah!
parent
cd9e8ad3
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/perf/compiler/all.T
View file @
db74f978
...
...
@@ -76,26 +76,26 @@ test('T3064',
[
# expected value: 15 (x86/OSX):
if_wordsize
(
32
,
compiler_stats_num_field
('
peak_megabytes_allocated
',
14
,
16
)),
# expected value:
25
(amd64/Linux):
# expected value:
18
(amd64/Linux):
if_wordsize
(
64
,
compiler_stats_num_field
('
peak_megabytes_allocated
',
24
,
26
)),
compiler_stats_num_field
('
peak_megabytes_allocated
',
18
,
18
)),
# expected value: 158390428 (x86/OSX):
if_wordsize
(
32
,
compiler_stats_num_field
('
bytes allocated
',
150000000
,
170000000
)),
# expected value:
275004840
(amd64/Linux):
# expected value:
145038576
(amd64/Linux):
if_wordsize
(
64
,
compiler_stats_num_field
('
bytes allocated
',
27
0000000
,
28
0000000
)),
compiler_stats_num_field
('
bytes allocated
',
14
0000000
,
15
0000000
)),
# expected value: 6705040 (x86/OSX):
if_wordsize
(
32
,
compiler_stats_num_field
('
max_bytes_used
',
6000000
,
8000000
)),
# expected value:
9685168
(amd64/Linux, bindist)
# expected value:
1190708
8 (amd64/Linux, intree):
# expected value:
7001696
(amd64/Linux, bindist)
# expected value:
718984
8 (amd64/Linux, intree):
if_wordsize
(
64
,
compiler_stats_num_field
('
max_bytes_used
',
9
000000
,
130
00000
)),
compiler_stats_num_field
('
max_bytes_used
',
7
000000
,
73
00000
)),
only_ways
(['
normal
'])
],
compile
,
...
...
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