> This patch moves integer constants to the constant table if the size
chosen
> for integers is not the same as the size chosen for opcodes.

It still leaves room for trouble. I suggestion we move everything that can
not be hold by int32_t out of opcode stream. The need for 64-bit constant
are rare. This way, we can generate portable bytecode.

Hong

Reply via email to