xo-gc: generation -> Generation + bugfix idle test
This commit is contained in:
parent
7433c72d1f
commit
04fc5250fd
16 changed files with 125 additions and 145 deletions
|
|
@ -12,7 +12,7 @@
|
|||
#include <xo/alloc2/generation.hpp>
|
||||
|
||||
namespace xo {
|
||||
using xo::mm::generation;
|
||||
using xo::mm::Generation;
|
||||
|
||||
namespace scm {
|
||||
|
||||
|
|
@ -25,7 +25,7 @@ namespace xo {
|
|||
bool have_gc = false;
|
||||
|
||||
if (rcx.collector()) {
|
||||
generation upto(obj<AGCObject,DInteger>::from(upto_gco));
|
||||
Generation upto(obj<AGCObject,DInteger>::from(upto_gco));
|
||||
|
||||
rcx.collector().request_gc(upto);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue