mirror of
https://github.com/lua/lua.git
synced 2026-06-08 08:03:49 +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.)
4.0 KiB
4.0 KiB