Add region selection for up-recursion and tail-recursion.

This commit is contained in:
Mike Pall
2010-02-22 14:35:47 +01:00
parent e76bcd2914
commit 19af483166
3 changed files with 5 additions and 4 deletions

View File

@@ -22,7 +22,6 @@ TREDEF(LBLACKL, "blacklisted loop")
TREDEF(BADTYPE, "bad argument type")
TREDEF(CJITOFF, "call to JIT-disabled function")
TREDEF(CUNROLL, "call unroll limit reached")
TREDEF(NYIRECU, "NYI: recursive calls")
TREDEF(NYIVF, "NYI: vararg function")
TREDEF(NYICF, "NYI: C function %p")
TREDEF(NYIFF, "NYI: FastFunc %s")