summaryrefslogtreecommitdiff
path: root/src/lj_jit.h
diff options
context:
space:
mode:
authorMike Pall <mike>2015-08-29 23:22:29 +0200
committerMike Pall <mike>2015-08-29 23:24:26 +0200
commita3a6866d4c2cc096b478c8f81b73a3b818034b89 (patch)
tree763f1e2db63fdbc46671e2f44e33ce71a4db2746 /src/lj_jit.h
parentad29314c2c5b205d591e3a6af0a18dc0f69a7f48 (diff)
downloadluajit-a3a6866d4c2cc096b478c8f81b73a3b818034b89.tar.gz
luajit-a3a6866d4c2cc096b478c8f81b73a3b818034b89.tar.bz2
luajit-a3a6866d4c2cc096b478c8f81b73a3b818034b89.zip
Re-enable trace stitching.
Thanks to Vyacheslav Egorov.
Diffstat (limited to 'src/lj_jit.h')
-rw-r--r--src/lj_jit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_jit.h b/src/lj_jit.h
index 1df56cae..10900bf6 100644
--- a/src/lj_jit.h
+++ b/src/lj_jit.h
@@ -381,6 +381,7 @@ typedef struct jit_State {
381 GCRef *trace; /* Array of traces. */ 381 GCRef *trace; /* Array of traces. */
382 TraceNo freetrace; /* Start of scan for next free trace. */ 382 TraceNo freetrace; /* Start of scan for next free trace. */
383 MSize sizetrace; /* Size of trace array. */ 383 MSize sizetrace; /* Size of trace array. */
384 TValue *ktracep; /* Pointer to K64Array slot with GCtrace pointer. */
384 385
385 IRRef1 chain[IR__MAX]; /* IR instruction skip-list chain anchors. */ 386 IRRef1 chain[IR__MAX]; /* IR instruction skip-list chain anchors. */
386 TRef slot[LJ_MAX_JSLOTS+LJ_STACK_EXTRA]; /* Stack slot map. */ 387 TRef slot[LJ_MAX_JSLOTS+LJ_STACK_EXTRA]; /* Stack slot map. */