- implement OP_TAIL and OP_TAIL_K
This commit is contained in:
parent
d032914c3d
commit
f61df60240
3 changed files with 49 additions and 12 deletions
|
|
@ -146,15 +146,8 @@ bool JitCompiler::CanJit(VMScriptFunction *sfunc)
|
|||
{
|
||||
// Functions not implemented at all yet:
|
||||
|
||||
switch (sfunc->Code[i].op)
|
||||
{
|
||||
default:
|
||||
break;
|
||||
case OP_IJMP:
|
||||
case OP_TAIL:
|
||||
case OP_TAIL_K:
|
||||
if (sfunc->Code[i].op == OP_IJMP)
|
||||
return false;
|
||||
}
|
||||
|
||||
// Partially implemented functions:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue