Add the generational gc

This commit is contained in:
Narihiro Nakamura
2013-01-07 01:47:21 +09:00
parent 7872d2974d
commit 5dfefb95df
2 changed files with 206 additions and 86 deletions
+3
View File
@@ -122,6 +122,9 @@ typedef struct mrb_state {
int gc_interval_ratio;
int gc_step_ratio;
int gc_disabled;
int gc_full;
int is_generational_gc_mode;
size_t majorgc_old_threshold;
struct alloca_header *mems;
mrb_sym symidx;