Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
6b183934
Commit
6b183934
authored
Jan 31, 2011
by
Simon Marlow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adjust values for 32-bit
parent
eb4c7e47
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
testsuite/tests/ghc-regress/perf/compiler/all.T
testsuite/tests/ghc-regress/perf/compiler/all.T
+10
-10
No files found.
testsuite/tests/ghc-regress/perf/compiler/all.T
View file @
6b183934
...
...
@@ -75,22 +75,22 @@ test('T3294',
test
('
T4801
',
[
# expected value: 11 (x86/OSX):
if_wordsize
(
32
,
compiler_stats_num_field
('
peak_megabytes_allocated
',
70
,
80
)),
compiler_stats_num_field
('
peak_megabytes_allocated
',
35
,
45
)),
# expected value: 18 (amd64/Linux):
if_wordsize
(
64
,
compiler_stats_num_field
('
peak_megabytes_allocated
',
70
,
80
)),
# expected value:
76579788 (x86/OSX):
# expected value:
353463196 (x86/Windows)
if_wordsize
(
32
,
compiler_stats_num_field
('
bytes allocated
',
7
0000000
,
8
0000000
)),
compiler_stats_num_field
('
bytes allocated
',
33
0000000
,
37
0000000
)),
# expected value: 145038576 (amd64/Linux):
if_wordsize
(
64
,
compiler_stats_num_field
('
bytes allocated
',
600000000
,
750000000
)),
# expected value:
3404504 (x86/OSX):
# expected value:
16277524 (x86/Windows)
if_wordsize
(
32
,
compiler_stats_num_field
('
max_bytes_used
',
3
000000
,
4
000000
)),
compiler_stats_num_field
('
max_bytes_used
',
15
000000
,
17
000000
)),
# expected value: 7001696 (amd64/Linux, bindist)
# expected value: 7189848 (amd64/Linux, intree):
if_wordsize
(
64
,
...
...
@@ -108,10 +108,10 @@ test('T3064',
# expected value: 18 (amd64/Linux):
if_wordsize
(
64
,
compiler_stats_num_field
('
peak_megabytes_allocated
',
14
,
18
)),
# expected value:
76579788 (x86/OSX):
# expected value:
68181508 (x86/Windows)
if_wordsize
(
32
,
compiler_stats_num_field
('
bytes allocated
',
70
000000
,
80
000000
)),
compiler_stats_num_field
('
bytes allocated
',
65
000000
,
75
000000
)),
# expected value: 145038576 (amd64/Linux):
if_wordsize
(
64
,
compiler_stats_num_field
('
bytes allocated
',
120000000
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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