xo-gc stack: + request-gc-statistics() primitive
1. xo-gc now depends on xo-object2. 2. use genfacet for ICollector_DX1Collector 3. moves xo-gc utest previously in xo-object2 to more natural location in xo-gc/
This commit is contained in:
parent
1d7339f694
commit
77efd433ad
1 changed files with 4 additions and 1 deletions
|
|
@ -49,7 +49,10 @@ namespace xo {
|
|||
DGlobalEnv * env = DGlobalEnv::_make(mm,
|
||||
global_symtab);
|
||||
|
||||
DSimpleRcx rcx(mm, &stringtable);
|
||||
// FUDGING this for now
|
||||
obj<AAllocator> err_mm;
|
||||
|
||||
DSimpleRcx rcx(mm, err_mm, &stringtable);
|
||||
|
||||
InstallSink sink = ([env, rcx, &log]
|
||||
(std::string_view name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue