Record y = select(x, ...) idiom.

This commit is contained in:
Mike Pall
2010-09-13 01:23:19 +02:00
parent 4ba0eb5f80
commit c88169dc46
3 changed files with 61 additions and 1 deletions

View File

@@ -256,7 +256,7 @@ typedef struct jit_State {
uint8_t mergesnap; /* Allowed to merge with next snapshot. */
uint8_t needsnap; /* Need snapshot before recording next bytecode. */
IRType1 guardemit; /* Accumulated IRT_GUARD for emitted instructions. */
uint8_t unused1;
uint8_t bcskip; /* Number of bytecode instructions to skip. */
FoldState fold; /* Fold state. */