Generational mark and sweep GC.

This commit is contained in:
Ruben Ayrapetyan
2014-08-07 14:54:32 +04:00
parent ba6713e295
commit e3cd8ee942
15 changed files with 475 additions and 180 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ run_int_from_pos (opcode_counter_t start_pos,
reg_index < regs_num;
reg_index++ )
{
ecma_free_value( regs[ reg_index ] );
ecma_free_value( regs[ reg_index ], true);
}
return completion;