Changes between Version 2 and Version 3 of Commentary/Compiler/Backends/NCG/RegisterAllocator/Code
- Timestamp:
- 09/17/07 10:22:45 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/Backends/NCG/RegisterAllocator/Code
v2 v3 49 49 50 50 * [[GhcFile(compiler/nativeGen/RegArchBase.hs)]] [[BR]] 51 Defines utils for calculating whether a register in the conflict graph is trivially colorable, in a generic way which handles aliasing between register classes. This module is not used directly by GHC. TODO: link to description of algorithm.51 Defines utils for calculating whether a register in the conflict graph is trivially colorable, in a generic way which handles aliasing between register classes. This module is not used directly by GHC. 52 52 53 53 * [[GhcFile(compiler/nativeGen/RegArchX86.hs)]] [[BR]]
