vm: fix formatting

Slava Pestov 2009-10-09 02:57:04 -05:00
parent 0339f306d0
commit 266aaf17b7
1 changed files with 28 additions and 27 deletions

View File

@ -77,8 +77,9 @@ void factor_vm::garbage_collection(cell collecting_gen_, bool growing_data_heap_
{
current_gc->growing_data_heap = true;
/* see the comment in unmark_marked() */
code->unmark_marked();
/* Since we start tracing again, any previously
marked code blocks must be re-marked and re-traced */
code->clear_mark_bits();
}
/* we try collecting aging space twice before going on to
collect tenured */