FFI: Optimize snapshots for cdata comparisons.

This commit is contained in:
Mike Pall
2011-02-05 18:54:08 +01:00
parent da3f256a52
commit bf05209e14
4 changed files with 23 additions and 8 deletions

View File

@@ -111,6 +111,7 @@ typedef enum {
/* Post-processing action. */
typedef enum {
LJ_POST_NONE, /* No action. */
LJ_POST_FIXCOMP, /* Fixup comparison and emit pending guard. */
LJ_POST_FIXGUARD /* Fixup and emit pending guard. */
} PostProc;