Roberto Ierusalimschy 91dad09f65 Removed arithmetic opcodes with immediate operand
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.)
2019-09-10 13:20:03 -03:00
all
2019-08-20 13:42:26 -03:00
2019-07-25 13:55:29 -03:00
2019-08-16 14:58:02 -03:00
2019-08-16 14:58:02 -03:00
2019-07-17 14:26:56 -03:00
2019-08-16 14:58:02 -03:00
2019-09-06 14:14:11 -03:00
2019-07-22 09:41:10 -03:00
2019-08-16 14:58:02 -03:00
2019-08-01 14:11:33 -03:00
2019-08-16 14:58:02 -03:00
2019-07-19 09:43:35 -03:00
2019-08-16 14:58:02 -03:00
2019-07-19 11:12:31 -03:00
2019-07-30 12:18:19 -03:00
2019-07-17 14:26:56 -03:00
2019-06-03 11:36:42 -03:00
2019-08-16 14:58:02 -03:00
2019-07-05 15:03:15 -03:00
2019-08-20 13:42:26 -03:00
2019-06-26 13:26:36 -03:00
2019-08-27 13:59:39 -03:00
2019-08-20 13:42:26 -03:00
2019-06-18 16:52:22 -03:00
2019-07-05 15:03:15 -03:00
2019-08-16 14:58:02 -03:00
2019-08-01 14:11:33 -03:00
Description
No description provided
17 MiB
Languages
C 67.4%
Lua 32%
Makefile 0.6%