Zhengwei Yin

Results 6 issues of Zhengwei Yin

assume the lua file is testbyte.lua and the code is : ``` function add(x, y) return x + y end print (add(3, 4)) ``` first i use `luac -s -o...

when an object is init in lua code , the flag waxRetain is NO, so wax_gc does not release the object.

The Tool Plugins is alright, but all the symbols are ignored, not demangled. Swift version 5.1 Thanks

when the binary is very big, some crash may happen. Just protect it.

assume that user has installed my app. When the user open the app, and later switch the app to background, how can I update the app automatic? Anyone knows ?...

Thank for giving us a a nice project for zip and unzip. But when I unziped a lot of documents, the efficiency will slow down. I use instrument's time profile...