1
0
mirror of https://github.com/lua/lua.git synced 2025-01-14 05:43:00 +08:00
Roberto Ierusalimschy 2e297d6ab3 Fixed bug in generational collection of userdata
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.
2018-07-13 15:43:02 -03:00
2018-07-10 13:48:19 -03:00
all
2018-07-09 12:33:01 -03:00
2018-06-08 13:23:18 -03:00
2018-04-04 11:23:41 -03:00
2018-03-02 15:25:00 -03:00
2018-04-04 11:23:41 -03:00
2018-04-04 11:23:41 -03:00
2018-06-15 11:13:45 -03:00
2018-01-28 13:13:26 -02:00
2018-04-04 11:23:41 -03:00
2018-04-04 11:23:41 -03:00
2018-03-16 11:23:08 -03:00
2018-06-19 16:23:57 -03:00
2018-07-12 15:56:44 -03:00
2018-07-09 12:41:24 -03:00
2018-06-18 15:25:19 -03:00
Description
No description provided
16 MiB
Languages
C 67.4%
Lua 32%
Makefile 0.6%