MAXSTACK = 1024;LUAI_MAXVARS = 1024; #46

Closed
zaoqi wants to merge 1 commits from unknown repository into master
zaoqi commented 2019-08-09 14:19:39 +00:00 (Migrated from github.com)
No description provided.
Enyby commented 2019-08-09 23:29:31 +00:00 (Migrated from github.com)

Explain changes.

Explain changes.
zaoqi commented 2019-08-10 06:41:14 +00:00 (Migrated from github.com)

@Enyby
MAXSTACK is maximum stack size of a luaj vm interpreter instance.
LUAI_MAXVARS is maximum number of variables.

I reached these limit: https://github.com/luaj/luaj/issues/40

@Enyby `MAXSTACK` is maximum stack size of a luaj vm interpreter instance. `LUAI_MAXVARS` is maximum number of variables. I reached these limit: https://github.com/luaj/luaj/issues/40
zaoqi commented 2020-01-07 18:41:39 +00:00 (Migrated from github.com)

ping @Enyby

ping @Enyby

Accepted

Accepted

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-autonomous-connection/luaj#46