compile.c: bit flag
* compile.c (LABEL): turn `set` flag a bit field. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
755a81a77a
commit
6555077aa0
@ -52,9 +52,9 @@ typedef struct iseq_label_data {
|
|||||||
int label_no;
|
int label_no;
|
||||||
int position;
|
int position;
|
||||||
int sc_state;
|
int sc_state;
|
||||||
int set;
|
|
||||||
int sp;
|
int sp;
|
||||||
int refcnt;
|
int refcnt;
|
||||||
|
unsigned int set: 1;
|
||||||
} LABEL;
|
} LABEL;
|
||||||
|
|
||||||
typedef struct iseq_insn_data {
|
typedef struct iseq_insn_data {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user