honemle

Results 2 issues of honemle

When I'd like to register and login, it just said: so, my question is: How long do I need to wait in the waitlist?

question

Hi, unilua中stack 增长的代码,看过之后觉得有一个bug,那就是:程序不能够分配LuaConf.LUAI_MAXSTACK的栈大小空间。源代码如下: Do.cs: private void D_GrowStack(int n) { int size = Stack.Length; if(size > LuaConf.LUAI_MAXSTACK) D_Throw(ThreadStatus.LUA_ERRERR); ``` int needed = Top.Index + n + LuaDef.EXTRA_STACK; int newsize = 2...