mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove nregs member from mrb_callinfo.
This means reducing one word per a call frame.
This commit is contained in:
@@ -123,7 +123,6 @@ typedef struct {
|
||||
mrb_sym mid;
|
||||
struct RProc *proc;
|
||||
mrb_value *stackent;
|
||||
int nregs;
|
||||
int ridx;
|
||||
int epos;
|
||||
struct REnv *env;
|
||||
|
||||
Reference in New Issue
Block a user