Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
f2a0738d
Commit
f2a0738d
authored
Oct 23, 2012
by
Simon Marlow
Browse files
reduce stats for T1969/T4801 again; looks like the bump was due to -fPIC
parent
f58d2383
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/perf/compiler/all.T
View file @
f2a0738d
...
...
@@ -38,7 +38,7 @@ test('T1969',
# 274932264 (x86/Linux)
# 2012-10-08: 303930948 (x86/Linux, new codegen)
if_wordsize
(
64
,
compiler_stats_range_field
('
bytes allocated
',
6
6183259
2
,
1
)),
compiler_stats_range_field
('
bytes allocated
',
6
4259431
2
,
1
)),
# 17/11/2009: 434,845,560 (amd64/Linux)
# 08/12/2009: 459,776,680 (amd64/Linux)
# 17/05/2010: 519,377,728 (amd64/Linux)
...
...
@@ -50,6 +50,9 @@ test('T1969',
# (^ new codegen)
# 18/09/2012: 641,959,976 (amd64/Linux)
# 19/10/2012: 661,832,592 (amd64/Linux)
# (^ -fPIC turned on)
# 23/10/2012: 642,594,312 (amd64/Linux)
# (^ -fPIC turned off again)
only_ways
(['
normal
']),
extra_hc_opts
('
-dcore-lint -static
')
# Leave -dcore-lint on for this one test, so that we have something
...
...
@@ -116,9 +119,10 @@ test('T4801',
compiler_stats_range_field
('
bytes allocated
',
185669232
,
10
)),
if_wordsize
(
64
,
compiler_stats_range_field
('
bytes allocated
',
447190832
,
10
)),
compiler_stats_range_field
('
bytes allocated
',
392409984
,
10
)),
# prev: 360243576 (amd64/Linux)
# 19/10/2012: 447190832 (amd64/Linux) (REASON UNKNOWN!)
# 19/10/2012: 447190832 (amd64/Linux) (-fPIC turned on)
# 19/10/2012: 392409984 (amd64/Linux) (-fPIC turned off)
# expected value: 510938976 (amd64/OS X):
if_platform
('
x86_64-apple-darwin
',
...
...
@@ -131,10 +135,11 @@ test('T4801',
12000000
)),
# expected value: 10290952 (windows)
if_wordsize
(
64
,
compiler_stats_range_field
('
max_bytes_used
',
26882576
,
15
)),
compiler_stats_range_field
('
max_bytes_used
',
18619912
,
15
)),
# prev: 20486256 (amd64/OS X)
# 30/08/2012: 17305600--20391920 (varies a lot)
# 19/10/2012: 26882576 (REASON UNKNOWN!)
# 19/10/2012: 26882576 (-fPIC turned on)
# 19/10/2012: 18619912 (-fPIC turned off)
if_platform
('
x86_64-apple-darwin
',
compiler_stats_num_field
('
max_bytes_used
',
20000000
,
23000000
)),
...
...
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