jayfenny

Results 2 issues of jayfenny

LuaObject.cpp, 函数 LuaObject::callRpc 的616~617行是不是有点问题?注释写的是拷贝参数到Local里,但Param取出来之后,调用的却是InitializeValue(我们碰到的bug是会被清空)?取出来的Param没用到? 614 } else { 615 // copy the result of the expression for this parameter into the appropriate part of the local variable space 616 uint8*...

我们想用LuaJit提速,但前提是支持lua5.1; slua2现在只支持lua5.3/5.4,代码里很多语法都是lua5.1没有的,比如LuaObject.h的getUserdataFast里,Udata的metatable、ctb、getudatamem等等,能否兼容一下lua5.1?感谢!