diff options
Diffstat (limited to 'src/rt/rust_cc.cpp')
| -rw-r--r-- | src/rt/rust_cc.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rt/rust_cc.cpp b/src/rt/rust_cc.cpp index 146c1f514ba..c0a7c4b4740 100644 --- a/src/rt/rust_cc.cpp +++ b/src/rt/rust_cc.cpp @@ -382,12 +382,14 @@ mark::do_mark(rust_task *task, const std::vector<void *> &roots, shape::type_param *params = shape::type_param::from_tydesc_and_data(tydesc, p, arena); +#if 0 // We skip over the reference count here. shape::log log(task, true, tydesc->shape, params, tydesc->shape_tables, p + sizeof(uintptr_t), std::cerr); log.walk(); DPRINT("\n"); +#endif // We skip over the reference count here. mark mark(task, true, tydesc->shape, params, tydesc->shape_tables, |
