Add opcodes for increment and decrement; add optimizer

This commit is contained in:
Ilmir Usmanov
2014-07-24 19:27:58 +04:00
parent c837c7d435
commit 3b0fef6e04
11 changed files with 170 additions and 32 deletions
@@ -46,5 +46,10 @@ serializer_rewrite_opcode (const uint8_t offset, const void *opcode)
JERRY_UNIMPLEMENTED_REF_UNUSED_VARS( offset, opcode);
}
void
serializer_print_opcodes (void)
{
JERRY_UNREACHABLE ();
}
TODO (Dump memory)