summaryrefslogtreecommitdiff
path: root/libs/lua/luastate.cc
AgeCommit message (Collapse)Author
2016-08-26tweak lua GC (once again)Robin Gareus
fixes OOM with extreme automation in HP/LP.
2016-07-06tweak lua gcRobin Gareus
lua C++ bindings require ~400KB worth of tables now; so bump memory available to rt-safe scripts (full interpreter) to 2MB. Also switch to incremental GC.
2016-02-22add liblua wrapper and build-scriptsRobin Gareus