mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #705 from authorNari/compact_flags
Compact flags for GC
This commit is contained in:
+3
-3
@@ -121,9 +121,9 @@ typedef struct mrb_state {
|
||||
size_t gc_threshold;
|
||||
int gc_interval_ratio;
|
||||
int gc_step_ratio;
|
||||
int gc_disabled;
|
||||
int gc_full;
|
||||
int is_generational_gc_mode;
|
||||
unsigned int gc_disabled:1;
|
||||
unsigned int gc_full:1;
|
||||
unsigned int is_generational_gc_mode:1;
|
||||
size_t majorgc_old_threshold;
|
||||
struct alloca_header *mems;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user