MAXSTACK = 1024;LUAI_MAXVARS = 1024; #46
Reference in New Issue
Block a user
Delete Branch "unknown repository"
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?
Explain changes.
@Enyby
MAXSTACKis maximum stack size of a luaj vm interpreter instance.LUAI_MAXVARSis maximum number of variables.I reached these limit: https://github.com/luaj/luaj/issues/40
ping @Enyby
Accepted
Pull request closed