diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2018-07-09 13:29:08 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2018-07-09 13:29:08 -0300 |
commit | ccf6d098f6a46053ef671b42100e68f12352c5ec (patch) | |
tree | 11b0da07c6aebb4ef95d39b6bfbfcf9f275cf3ae /lgc.c | |
parent | de2caf7ee4dfc7d641d00bf1d74b261482993b2d (diff) | |
download | lua-ccf6d098f6a46053ef671b42100e68f12352c5ec.tar.gz lua-ccf6d098f6a46053ef671b42100e68f12352c5ec.tar.bz2 lua-ccf6d098f6a46053ef671b42100e68f12352c5ec.zip |
'searchpath' creates less temporary strings
When creating error messages, package loaders may create dozens of
temporary strings (one or more for each tried template). This change
reduces the number of these strings, and avoid creating some of
them if the search is successful.
Diffstat (limited to 'lgc.c')
0 files changed, 0 insertions, 0 deletions