vm: remove unnecessary call to compile_all_words() from primitive_become()

db4
Slava Pestov 2010-01-07 13:49:29 +13:00
parent 587d074c0a
commit 6971df91fe
1 changed files with 0 additions and 7 deletions

View File

@ -145,13 +145,6 @@ void factor_vm::primitive_become()
all objects on a minor GC. */
data->mark_all_cards();
primitive_minor_gc();
/* If a word's definition quotation was in old_objects and the
quotation in new_objects is not compiled, we might leak memory
by referencing the old quotation unless we recompile all
unoptimized words. */
compile_all_words();
update_code_heap_words();
}
}