mirror of
https://github.com/lua/lua
synced 2025-04-01 10:32:57 +03:00

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.)
Description
No description provided
Languages
C
67.3%
Lua
32.1%
Makefile
0.6%