mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
now segmented list can be used as instance variable tables by -DMRB_USE_IV_SEGLIST; we still need to measure the performance and memory consumption
This commit is contained in:
+1
-1
@@ -233,7 +233,7 @@ typedef struct mrb_state {
|
||||
int esize;
|
||||
|
||||
struct RObject *exc;
|
||||
struct kh_iv *globals;
|
||||
struct iv_tbl *globals;
|
||||
|
||||
struct mrb_irep **irep;
|
||||
size_t irep_len, irep_capa;
|
||||
|
||||
Reference in New Issue
Block a user