Disable table allocation bump optimization (for now).

This commit is contained in:
Mike Pall
2015-06-13 00:42:38 +02:00
parent 26b95a90f5
commit fe565222a1
2 changed files with 16 additions and 0 deletions

View File

@@ -393,7 +393,9 @@ typedef struct jit_State {
uint32_t penaltyslot; /* Round-robin index into penalty slots. */
uint32_t prngstate; /* PRNG state. */
#ifdef LUAJIT_ENABLE_TABLE_BUMP
RBCHashEntry rbchash[RBCHASH_SLOTS]; /* Reverse bytecode map. */
#endif
BPropEntry bpropcache[BPROP_SLOTS]; /* Backpropagation cache slots. */
uint32_t bpropslot; /* Round-robin index into bpropcache slots. */