Files
ardour/gtk2_ardour
Robin Gareus c3f2cff8bc optimize LuaInstance::get_action_state, LuaInstance::get_hook_state
Lua serialize() is called recursively and concatenates strings.
(in Lua that results in a new string on the stack, with 2 unused old
strings). Collecting garbage every time becomes expensive, so do it
only once at the end. GUI scripts are not memory limited anyway.
2017-03-27 04:59:20 +02:00
..
2017-03-17 19:48:33 +01:00
2017-03-20 17:12:08 +01:00
2017-03-20 17:12:08 +01:00