ardour/libs/lua/lua-5.3.5
Robin Gareus 78cf0e5235
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.
2019-10-29 05:45:43 +01:00
..
lapi.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lapi.h Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lauxlib.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lauxlib.h Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lbaselib.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lbitlib.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lcode.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lcode.h Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lcorolib.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lctype.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lctype.h Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
ldblib.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
ldebug.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
ldebug.h Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
ldo.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
ldo.h Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
ldump.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lfunc.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lfunc.h Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lgc.c Customize Lua GC, add object-memory-lock API. 2019-10-29 05:45:43 +01:00
lgc.h Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
linit.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
liolib.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
llex.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
llex.h Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
llimits.h Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lmathlib.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lmem.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lmem.h Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
loadlib.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lobject.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lobject.h Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lopcodes.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lopcodes.h Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
loslib.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lparser.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lparser.h Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lprefix.h Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lstate.c Customize Lua GC, add object-memory-lock API. 2019-10-29 05:45:43 +01:00
lstate.h Customize Lua GC, add object-memory-lock API. 2019-10-29 05:45:43 +01:00
lstring.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lstring.h Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lstrlib.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
ltable.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
ltable.h Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
ltablib.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
ltm.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
ltm.h Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lua.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lua.h Customize Lua GC, add object-memory-lock API. 2019-10-29 05:45:43 +01:00
lua.hpp Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
luac.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
luaconf.h Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lualib.h Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lundump.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lundump.h Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lutf8lib.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lvm.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lvm.h Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lzio.c Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
lzio.h Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00
README Update Lua to upstream 5.3.5 2019-10-29 05:36:24 +01:00

This is Lua 5.3.5, released on 26 Jun 2018.

The Lua source is imported in the repository in order to ensure that it
is compiled with the same C++ compiler as Ardour (setjmp/longjmp, exceptions)
and available on all platforms that Ardour is.

This directory contains files from src/ directory from lua-5.3.3.
The original source can be downloaded from https://www.lua.org/ftp/lua-5.3.3.tar.gz


Copyright © 1994-2018 Lua.org, PUC-Rio.

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.