mirror of
https://github.com/lua/lua.git
synced 2026-07-23 22:49:06 +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
No description provided
Languages
C
66.4%
Lua
33%
Makefile
0.6%