Explicitly indicate tailcall from fast function fallback.

This commit is contained in:
Mike Pall
2010-09-02 17:16:56 +02:00
parent 44fb3ebc64
commit f708d31bcc
6 changed files with 967 additions and 965 deletions

View File

@@ -28,6 +28,7 @@
#define FFH_RETRY 0
#define FFH_UNREACHABLE FFH_RETRY
#define FFH_RES(n) ((n)+1)
#define FFH_TAILCALL (-1)
LJ_FUNC TValue *lj_lib_checkany(lua_State *L, int narg);
LJ_FUNC GCstr *lj_lib_checkstr(lua_State *L, int narg);