Module log_bit

Module log_bit 

Source

Enums§

UnlogBitsOperation 🔒
This specifies what to do to the global side unlog bits in various functions or work packets.

Constants§

LOGGED_VALUE
The value stored in the log bit/byte indicating that the object or field is logged, i.e. it has already been recorded in the remembered set and the write barrier can skip its slow path.
UNLOGGED_VALUE
The value stored in the log bit/byte indicating that the object or field is unlogged, i.e. it has not yet been recorded in the remembered set and the write barrier should still take its slow path.