rt: Add some debug code (ifdef'd out) for diagnosing marking problems

This commit is contained in:
Patrick Walton 2011-09-20 19:15:13 -07:00
parent ab76305cb9
commit a63cc03a07

View file

@ -176,6 +176,12 @@ irc::compute_ircs(rust_task *task, irc_map &ircs) {
ircs);
irc.walk();
#if 0
shape::log log(task, true, tydesc->shape, params, tydesc->shape_tables,
p, std::cerr);
log.walk();
#endif
++begin;
}
}