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
..
2019-12-04 16:56:11 +00:00
2018-02-20 19:39:48 +00:00
2019-12-04 16:56:11 +00:00
2019-02-26 06:22:10 +00:00
2018-02-24 02:57:24 +00:00
2019-11-02 03:41:30 +00:00
2019-12-04 16:56:11 +00:00