13
0
livetrax/libs/lua
Robin Gareus f2ca0c144b Customize Lua GC, add object-memory-lock API.
Add custom API to prevent Lua Objects from being garbage collected.
This is intended to for Ardour LuaBridge bindings (~1MB Objects:
tables, functions and userdata).
The bindings are persistent and the gc can skip them in mark & sweep
phases. This is a significant performance improvement for garbage
collection.

Note. The next version of Lua (5.4) will come with a generational-gc
rather than an incremental, so extending the API at this point in time
is acceptable.
2018-03-19 02:23:09 +01:00
..
lua Tweak Lua GC 2017-11-29 12:06:42 +01:00
lua-5.3.4 Customize Lua GC, add object-memory-lock API. 2018-03-19 02:23:09 +01:00
LuaBridge Add luaRef is Boolean 2017-08-18 20:42:55 +02:00
MSVClua When building with MSVC, allow for the fact that Mixbus and Ardour can be using different versions of the SESSION_FILE format 2018-02-15 09:03:32 +00:00
lua.cc update to lua-5.3.4 2017-11-29 12:06:42 +01:00
luastate.cc Allow loadfile in non-rt scripts 2018-03-06 21:47:30 +01:00
wscript update to lua-5.3.4 2017-11-29 12:06:42 +01:00