mirror of
https://github.com/lua/lua
synced 2025-02-18 06:03:57 +03:00
![Roberto Ierusalimschy](/assets/img/avatar_default.png)
During generational collection, a userdatum must become gray and go to a gray list after being traversed (like tables), so that 'correctgraylist' can handle it to its next stage. This commit also added minimum tests for the generational collector, including one that would detect this bug.