Suppress recording of retried fast functions.
This commit is contained in:
@@ -113,7 +113,8 @@ typedef enum {
|
||||
LJ_POST_NONE, /* No action. */
|
||||
LJ_POST_FIXCOMP, /* Fixup comparison and emit pending guard. */
|
||||
LJ_POST_FIXGUARD, /* Fixup and emit pending guard. */
|
||||
LJ_POST_FIXBOOL /* Fixup boolean result. */
|
||||
LJ_POST_FIXBOOL, /* Fixup boolean result. */
|
||||
LJ_POST_FFRETRY /* Suppress recording of retried fast functions. */
|
||||
} PostProc;
|
||||
|
||||
/* Machine code type. */
|
||||
|
||||
Reference in New Issue
Block a user