xo-gc: minor debug output
This commit is contained in:
parent
e6540bd5fe
commit
bf7aee9203
2 changed files with 4 additions and 2 deletions
|
|
@ -794,7 +794,8 @@ namespace xo {
|
|||
GCObjectStore::install_type(const AGCObject & meta) noexcept
|
||||
{
|
||||
scope log(XO_DEBUG(config_.debug_flag_),
|
||||
xtag("tseq", meta._typeseq()));
|
||||
xtag("tseq", meta._typeseq()),
|
||||
xtag("tname", TypeRegistry::id2name(meta._typeseq())));
|
||||
|
||||
typeseq tseq = meta._typeseq();
|
||||
|
||||
|
|
|
|||
|
|
@ -286,7 +286,8 @@ namespace ut {
|
|||
|
||||
{Cmd::assign_root, 2, 0}, // [2] = [0] = 99
|
||||
|
||||
// o.g. [2] now garbage
|
||||
// phase 3 gc (4th gc)
|
||||
// o.g. o.g. [2] would be garbage, if we collected g1
|
||||
|
||||
// ----- phase 4 -----
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue