mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
- Branch argument information is encoded in the vm byte code data, so CBC flags are not loaded anymore - The free_flags variable is removed from the vm_loop - Two cases are removed from "get arguments", argument processing is simplified - The two opcode tables are merged to one - The VM_OC_POP opcode has no result, so the break is changed to continue. - The VM_OC_PUSH_NUMBER can use ecma_make_integer_value. JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com