working on lazy sweeping

This commit is contained in:
hyunghwan.chung 2020-11-27 05:13:34 +00:00
parent ebcb6215fb
commit 87afd9354d

View File

@ -6356,7 +6356,7 @@ int moo_execute (moo_t* moo)
moo->proc_switched = 0;
moo->abort_req = 0;
moo->gci.lazy_sweep = 1;
//moo->gci.lazy_sweep = 1;
n = __execute (moo);
vm_cleanup (moo);