Hi, Sergey,
thanks for the patch! LGTM with a minor comment.
Sergey
<snipped>
"ORDER OPR" - what does it mean? Here and below.+ + +def bcmode_cd(op): + return int((lj_bc_mode()[op] >> 7) & 15) + + +# Unfortunately, there is no place in the VM except the generated +# Lua table, where the bytecode names are stored. So duplicate +# them here. +BYTECODES = [ + # Comparison ops. ORDER OPR.
<snipped>+ 'ISLT', + 'ISGE', + 'ISLE',