OP_LOADKX not supported #43
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
OP_LOADKX only declared in code. No any real support for it.
VM can not Handle this op code, compiler not produce it and so on.
Because of that you can get crash if you code need more than 2^18 (262144) unique constants. Something like that:
Code for reproduce issue:
It is generate huge test.lua. Run it. It must be ok, but produce compiler exception.
For most cases you not need such huge list of constants (more than 262144). So this issue maybe not happens for you at all.