# sweep 0 is lazy # sweep 1 is unconditional
Perhaps we should use
sweep 0 is unconditional sweep -1 is lazy sweep x is the top x generations (if supported, lazy otherwise)
That would make it easier to add a generational GC later...
Matt
# sweep 0 is lazy # sweep 1 is unconditional
sweep 0 is unconditional sweep -1 is lazy sweep x is the top x generations (if supported, lazy otherwise)