use petgraph::Graph for coloring reg alloc
was using nalgebra::DMatrix to implement a graph
... | @@ -25,11 +25,11 @@ libloading = "0.3" | ... | @@ -25,11 +25,11 @@ libloading = "0.3" |
lazy_static = "0.1.15" | lazy_static = "0.1.15" | ||
log = "0.3.5" | log = "0.3.5" | ||
simple_logger = "0.4.0" | simple_logger = "0.4.0" | ||
nalgebra = "0.8.2" | |||
hprof = "0.1.3" | hprof = "0.1.3" | ||
memmap = "0.4.0" | memmap = "0.4.0" | ||
memsec = "0.1.9" | memsec = "0.1.9" | ||
rustc-serialize = "*" | rustc-serialize = "*" | ||
time = "0.1.34" | time = "0.1.34" | ||
maplit = "0.1.4" | maplit = "0.1.4" | ||
docopt = "0.6" | docopt = "0.6" | ||
\ No newline at end of file | petgraph = "0.4.1" | ||
\ No newline at end of file |