mirror of
https://github.com/lua/lua.git
synced 2026-09-13 22:08:14 +00:00
The difference in performance between immediate operands and K operands does not seem to justify all those extra opcodes. We only keep OP_ADDI, due to its ubiquity and because the difference is a little more relevant. (Later, OP_SUBI will be implemented by OP_ADDI, negating the constant.)
55 KiB
55 KiB