freebsd-dev/stand/liblua
Kyle Evans bf47132605 stand: liblua: drop default buffer size to 128
Lua allocates LUAL_BUFFERSIZE buffers on the stack for various string
functions (string.format, string.gsub) -- this works out to be somewhat
significant and not necessary, based on how we use string operations.
Dropping it risks having to allocate per call to format/gsub, but this is
not the case for our usage. This simply stops allocating 8K buffers on the
stack when luaL_Buffer is used.

Reviewed by:	imp
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D22500
2019-12-12 01:35:56 +00:00
..
float.h Regularize my copyright notice 2019-12-04 16:56:11 +00:00
lerrno.c Create new EINTEGRITY error with message "Integrity check failed". 2019-01-17 06:35:45 +00:00
lerrno.h
locale.h Regularize my copyright notice 2019-12-04 16:56:11 +00:00
lstd.c Enable veriexec for loader 2019-02-26 06:22:10 +00:00
lstd.h
luaconf.h stand: liblua: drop default buffer size to 128 2019-12-12 01:35:56 +00:00
lutils.c liblua: add loader.lua_path 2019-11-02 03:41:30 +00:00
lutils.h
Makefile Add flua to the base system, install to /usr/libexec 2019-11-18 23:21:13 +00:00
math.h Regularize my copyright notice 2019-12-04 16:56:11 +00:00