bennyxqg / lua-alchemy

Automatically exported from code.google.com/p/lua-alchemy
0 stars 0 forks source link

luaWrapper.collectgarbage() #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Expose http://www.lua.org/manual/5.1/manual.html#lua_gc to AS, so it would
be possible for ActionScript to finely control the Lua garbage collector.

This may be done well from Lua scripts (and by calling Lua
collectgarbage()), but finer control may be required in corner cases or
when third-party Lua script does not expose necessary controls.

Original issue reported on code.google.com by aglad...@gmail.com on 12 Jan 2009 at 6:53

GoogleCodeExporter commented 9 years ago
Rejected. All you can do with lua_gc(), you can do with collectgarbage() in 
Lua. No need to bloat AS3 API

Original comment by aglad...@gmail.com on 20 Apr 2011 at 11:40