rt: Add some debug code (ifdef'd out) for diagnosing marking problems
This commit is contained in:
parent
ab76305cb9
commit
a63cc03a07
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue