Changes between Version 14 and Version 15 of Commentary/Compiler/Backends/NCG/RegisterAllocator
- Timestamp:
- 09/18/07 10:18:55 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/Backends/NCG/RegisterAllocator
v14 v15 87 87 88 88 {{{ 89 graphviz/bin/circo -Tpng -o niceGraph.png89 circo -Tpng -o niceGraph.png 90 90 }}} 91 Here's two from {{{nofib/real/compress2/Encode}}} compiled with {{{-O2 -prof}}}: 91 92 93 [attachment:graph.dot] [attachment:graph.png] 94 95 [attachment:graph-colored.dot] [attachment:graph-colored.png] 92 96 93 97 * checkSpills
