Changeset ff4be2130be619c18d7e39cc1f32472c08e8a076
- Timestamp:
- 01/12/12 16:42:07 (5 months ago)
- Author:
- David Terei <davidterei@…>
- Children:
- e2ec71c9172381dd70ddc71f6ad90765ae6f3e01
- Parents:
- 4ef5ce6f463ae1ffc6afc1f50a99ecf226bcbf1b
- git-author:
- David Terei <davidterei@…> (01/12/12 15:44:45)
- git-committer:
- David Terei <davidterei@…> (01/12/12 16:42:07)
- Message:
-
Consistent: Enbaled -> enabled in flag doc.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r4ef5ce6f
|
rff4be213
|
|
| 1550 | 1550 | <entry>Turn on Typed Based Alias Analysis information in the LLVM |
| 1551 | 1551 | backend. This enables more accurate and alias information in the LLVM |
| 1552 | | backend for better optimisation. (default: Enabled)</entry> |
| | 1552 | backend for better optimisation. (default: enabled)</entry> |
| 1553 | 1553 | <entry>dynamic</entry> |
| 1554 | 1554 | <entry><option>-fno-llvm-tbaa</option></entry> |
| … |
… |
|
| 1612 | 1612 | <entry>Track STG register liveness to avoid saving and restoring |
| 1613 | 1613 | dead registers, as well as freeing the dead ones for use in |
| 1614 | | intermediate code. (LLVM backend only). |
| | 1614 | intermediate code. (LLVM backend only, default: enabled). |
| 1615 | 1615 | |
| 1616 | 1616 | Traditionally GHC has reserved a set of machine registers for the |