mirror of
https://github.com/lua/lua
synced 2026-06-08 15:34:49 +00:00
a6da1472c0
Barriers cannot be active during sweep, even in generational mode. (Although gen. mode is not incremental, it can hit a barrier when deleting a thread and closing its upvalues.) The colors of objects are being changed during sweep and, therefore, cannot be trusted.