diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2020-12-03 12:00:32 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2020-12-03 12:00:32 -0300 |
commit | c36ced53c92088748c278764acb68dfb66f353c9 (patch) | |
tree | 320af9030539f4ebad929b7f91a5768f43625341 /lstrlib.c | |
parent | d41c36bf67d6628bccd91697e7f88e55d40d3970 (diff) | |
download | lua-c36ced53c92088748c278764acb68dfb66f353c9.tar.gz lua-c36ced53c92088748c278764acb68dfb66f353c9.tar.bz2 lua-c36ced53c92088748c278764acb68dfb66f353c9.zip |
Avoid "bad programming habits" in the reference system
References were using both 0 indices and nils as values in arrays.
Both do not fit in the concept of a sequence, which is the kind
of use that guides all Lua optimizations.
Diffstat (limited to 'lstrlib.c')
0 files changed, 0 insertions, 0 deletions