mirror of
https://github.com/lua/lua
synced 2026-06-08 15:34:49 +00:00
b9b554e0f68726b19274209ea6ce910b7e9f5fbf
When entering generational mode, all objects are old. So, the only objects that need to be in a gray list are threads, which can be assigned without barriers. Changes in anything else (e.g., weak tables) will trigger barriers that, if needed, will add the object to a gray list.
Description
Automated archival mirror of github.com/lua/lua
Languages
C
66.4%
Lua
33%
Makefile
0.6%