Remove nregs member from mrb_callinfo.

This means reducing one word per a call frame.
This commit is contained in:
Yukihiro "Matz" Matsumoto
2018-08-01 13:18:32 +09:00
parent e89cc9b9fa
commit b9817b00a4
4 changed files with 83 additions and 48 deletions
-1
View File
@@ -123,7 +123,6 @@ typedef struct {
mrb_sym mid;
struct RProc *proc;
mrb_value *stackent;
int nregs;
int ridx;
int epos;
struct REnv *env;