mirror of
https://github.com/CPunch/Cosmo.git
synced 2026-02-08 03:30:03 +00:00
minor refactoring, OP_INVOKE performance boost
This commit is contained in:
@@ -114,6 +114,8 @@ int disasmInstr(CChunk *chunk, int offset, int indent) {
|
||||
return simpleInstruction("OP_GETOBJECT", offset);
|
||||
case OP_SETOBJECT:
|
||||
return simpleInstruction("OP_SETOBJECT", offset);
|
||||
case OP_INVOKE:
|
||||
return shortOperandInstruction("OP_INVOKE", chunk, offset);
|
||||
case OP_ADD:
|
||||
return simpleInstruction("OP_ADD", offset);
|
||||
case OP_SUB:
|
||||
|
||||
Reference in New Issue
Block a user