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
1302d505
Commit
1302d505
authored
May 02, 2014
by
Simon Peyton Jones
Browse files
Add -fno-full-laziness to get consistent profiling output
parent
9f3e39d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
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