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-06-25 04:50:09 +00:00
2018-04-27 22:15:18 +00:00
2019-12-04 16:56:11 +00:00
2019-12-11 17:37:53 +00:00
2019-02-26 06:22:10 +00:00
2019-12-11 17:37:53 +00:00
2019-12-04 16:56:11 +00:00
2019-02-26 06:22:10 +00:00
2018-08-15 11:39:13 +00:00
2019-05-24 19:43:38 +00:00
2018-07-08 07:42:49 +00:00
2017-12-02 00:06:58 +00:00