commit | fd0e1f530d06340f99334b07d74e5133ce073787 | [log] [tgz] |
---|---|---|
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | Thu Aug 22 11:11:00 2024 -0300 |
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | Thu Aug 22 11:11:00 2024 -0300 |
tree | 508a3d85bbba5f0644a8094535b99d0ffdf8c505 | |
parent | 75620b45ae9d500a3251a0e698de98ab588d2a29 [diff] |
Added option for direct correction of stack pointers The use of a pointer (not access, only for computations) after its deallocation is forbiden in ISO C, but seems to work fine in all platforms we are aware of. So, using that to correct stack pointers after a stack reallocation seems safe and is much simpler than the current implementation (first change all pointers to offsets and then changing the offsets back to pointers). Anyway, for now that option is disabled.
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.