Sort out the variables which belongs to 'mrb_callinfo' to improve 'cipush' performance.

This commit is contained in:
crimsonwoods
2014-04-18 22:04:21 -07:00
parent e462475752
commit 29e90d0287
+5 -5
View File
@@ -57,14 +57,14 @@ typedef struct {
struct RProc *proc;
mrb_value *stackent;
int nregs;
int argc;
mrb_code *pc; /* return address */
mrb_code *err; /* error position */
int acc;
struct RClass *target_class;
int ridx;
int eidx;
struct REnv *env;
mrb_code *pc; /* return address */
mrb_code *err; /* error position */
int argc;
int acc;
struct RClass *target_class;
} mrb_callinfo;
enum mrb_fiber_state {