1
0
mirror of https://github.com/lua/lua.git synced 2025-01-28 06:03:00 +08:00
Roberto Ierusalimschy 3da34a5fa7 Revamp of 'lua_pushfstring' / 'luaO_pushvfstring'
The function 'luaO_pushvfstring' now uses an internal buffer to
concatenate small strings, instead of pushing all pieces on the
stack. This avoids the creation of several small Lua strings for each
piece of the result. (For instance, a format like "n: '%d'" used to
create three intermediate strings: "n: '", the numeral, and "'".
Now it creates none.)
2019-04-24 14:01:20 -03:00
2019-03-27 14:56:10 -03:00
2018-10-25 15:30:15 -03:00
2019-03-14 15:30:54 -03:00
2019-03-25 14:12:06 -03:00
2019-03-13 13:16:53 -03:00
2018-10-23 12:58:38 -03:00
2018-11-22 13:56:04 -02:00
2019-03-25 14:12:06 -03:00
2019-03-14 15:30:54 -03:00
2019-03-27 14:56:10 -03:00
2019-03-27 14:56:10 -03:00
2019-03-25 14:12:06 -03:00
Description
No description provided
16 MiB
Languages
C 67.4%
Lua 32%
Makefile 0.6%