summaryrefslogtreecommitdiff
path: root/src/lj_snap.h
diff options
context:
space:
mode:
authorMike Pall <mike>2012-07-02 13:37:55 +0200
committerMike Pall <mike>2012-07-02 13:37:55 +0200
commit7ae3832f2048edaa14c0050326aaa3ce2273975f (patch)
treecf853d259d9788472f074413f14b504ffe419811 /src/lj_snap.h
parentcda3630565ad0f715fb9acd5c208e35b02466e32 (diff)
downloadluajit2-7ae3832f2048edaa14c0050326aaa3ce2273975f.tar.gz
Move snapshot replay for side traces to lj_snap.c.
Diffstat (limited to 'src/lj_snap.h')
-rw-r--r--src/lj_snap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_snap.h b/src/lj_snap.h
index 0c267a9c..e41b98f6 100644
--- a/src/lj_snap.h
+++ b/src/lj_snap.h
@@ -14,6 +14,7 @@ LJ_FUNC void lj_snap_add(jit_State *J);
LJ_FUNC void lj_snap_purge(jit_State *J);
LJ_FUNC void lj_snap_shrink(jit_State *J);
LJ_FUNC IRIns *lj_snap_regspmap(GCtrace *T, SnapNo snapno, IRIns *ir);
+LJ_FUNC void lj_snap_replay(jit_State *J, GCtrace *T);
LJ_FUNC const BCIns *lj_snap_restore(jit_State *J, void *exptr);
LJ_FUNC void lj_snap_grow_buf_(jit_State *J, MSize need);
LJ_FUNC void lj_snap_grow_map_(jit_State *J, MSize need);