codegen.c: peephole optimize `OP_MOVE` after `OP_ARRAY` or `OP_HASH`.
When the length operand is zero, we don't need `OP_MOVE` but adjust the destination operand instead.
Showing
Please register or sign in to comment
When the length operand is zero, we don't need `OP_MOVE` but adjust the destination operand instead.