Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
ead1133c
Commit
ead1133c
authored
Oct 28, 2005
by
John van Groningen
Browse files
pass -fusion flag to backend
parent
6ca5ca4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
main/compile.icl
View file @
ead1133c
...
...
@@ -158,7 +158,8 @@ parseCommandLine [arg1=:"-dynamics":args] options
=
parseCommandLine
args
{
options
&
compile_for_dynamics
=
True
}
parseCommandLine
[
arg1
=:
"-fusion"
:
args
]
options
// switch on fusion transformations
=
parseCommandLine
args
{
options
&
compile_with_fusion
=
True
}
#
(
args
,
modules
,
options
)
=
parseCommandLine
args
{
options
&
compile_with_fusion
=
True
}
=
([
arg1
:
args
],
modules
,
options
)
parseCommandLine
[
arg1
=:
"-dump"
:
args
]
options
=
parseCommandLine
args
{
options
&
dump_core
=
True
}
parseCommandLine
[
arg1
=:
"-strip"
:
args
]
options
...
...
Write
Preview
Supports
Markdown
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