mirror of
https://github.com/lua/lua
synced 2026-06-08 15:34:49 +00:00
91dad09f65
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.)