Commit 5dfefb95 authored by Narihiro Nakamura's avatar Narihiro Nakamura

Add the generational gc

parent 7872d297
......@@ -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;
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment