mirror of
https://github.com/lua/lua.git
synced 2026-07-30 09:59:05 +00:00
d36a31e6739bcd39c84f637344227af87cfd0ee5
This commit brings a new implementation for HARDMEMTESTS, which forces
an emergency GC whenever possible. It also fixes some issues detected
with this option:
- A small bug in lvm.c: a closure could be collected by an emergency
GC while being initialized.
- Some tests: a memory address can be immediatly reused after a GC;
for instance, two consecutive '{}' expressions can return exactly the
same address, if the first one is not anchored.
Description
No description provided
Languages
C
66.4%
Lua
33%
Makefile
0.6%