No need to limit variable declarations to 250
Only local variables, which use registers, need this low limit.
This commit is contained in:
@@ -742,7 +742,7 @@ assert(c > 255 and string.find(b, "too many upvalues") and
|
||||
|
||||
-- local variables
|
||||
s = "\nfunction foo ()\n local "
|
||||
for j = 1,300 do
|
||||
for j = 1,200 do
|
||||
s = s.."a"..j..", "
|
||||
end
|
||||
s = s.."b\n"
|
||||
|
||||
Reference in New Issue
Block a user