commit | 8b752ddf14c1987411906d07a8c68f72f168b9b7 | [log] [tgz] |
---|---|---|
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | Sat Aug 17 12:37:04 2024 -0300 |
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | Sat Aug 17 12:47:28 2024 -0300 |
tree | 6fe4b16cae918d5531697ea2a10e60dea982f5bc | |
parent | 1bf4b80f1ace8384eb9dd6f7f8b67256b3944a7a [diff] |
Bug: wrong code gen. for indices with comparisons In function 'luaK_exp2val', used to generate code for indices: Macro 'hasjumps' does not consider the case when the whole expression is a "jump" (a test). In all other of its uses, the surrounding code ensures that the expression cannot be VJMP.
This is the repository of Lua development code, as seen by the Lua team. It contains the full history of all commits but is mirrored irregularly. For complete information about Lua, visit Lua.org.
Please do not send pull requests. To report issues, post a message to the Lua mailing list.
Download official Lua releases from Lua.org.