Changes between Version 7 and Version 8 of Commentary/Compiler/Backends/LLVM/WIP
- Timestamp:
- 03/23/10 22:46:55 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/Backends/LLVM/WIP
v7 v8 75 75 * Back-end hasn't been thoroughly tested across the full range of GHC configurations (e.g threaded...) 76 76 * LLVM back-end is out of tree currently. 77 * Back-end can be reduced in size and use faster data structures (FastString instead of String, OrdList instead of List, might be able to get rid of the environment used by the back-end as I believe the label naming convention stores may store enough information for the back-ends uses).
