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
Shayne Fletcher
Glasgow Haskell Compiler
Commits
1302d505
Commit
1302d505
authored
May 02, 2014
by
Simon Peyton Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add -fno-full-laziness to get consistent profiling output
parent
9f3e39d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
testsuite/tests/profiling/should_run/all.T
testsuite/tests/profiling/should_run/all.T
+1
-1
No files found.
testsuite/tests/profiling/should_run/all.T
View file @
1302d505
...
...
@@ -25,7 +25,7 @@ test('T3001-2',
test
('
scc001
',
[
req_profiling
,
extra_ways
(['
prof
']),
only_ways
(
prof_ways
)],
compile_and_run
,
['
-fno-state-hack
'])
# Note [consistent stacks]
['
-fno-state-hack
-fno-full-laziness
'])
# Note [consistent stacks]
test
('
scc002
',
[
req_profiling
,
extra_ways
(['
prof
']),
only_ways
(
prof_ways
)],
...
...
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