Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
ff4be213
Commit
ff4be213
authored
Jan 12, 2012
by
dterei
Browse files
Consistent: Enbaled -> enabled in flag doc.
parent
4ef5ce6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/users_guide/flags.xml
View file @
ff4be213
...
...
@@ -1549,7 +1549,7 @@
<entry><option>
-fllvm-tbaa
</replaceable></entry>
<entry>
Turn on Typed Based Alias Analysis information in the LLVM
backend. This enables more accurate and alias information in the LLVM
backend for better optimisation. (default:
E
nabled)
</entry>
backend for better optimisation. (default:
e
nabled)
</entry>
<entry>
dynamic
</entry>
<entry><option>
-fno-llvm-tbaa
</option></entry>
</row>
...
...
@@ -1611,7 +1611,7 @@
<entry><option>
-freg-liveness
</option></entry>
<entry>
Track STG register liveness to avoid saving and restoring
dead registers, as well as freeing the dead ones for use in
intermediate code. (LLVM backend only).
intermediate code. (LLVM backend only
, default: enabled
).
Traditionally GHC has reserved a set of machine registers for the
exclusive use of storing a stack pointer, heap pointer and
...
...
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