Struct OrderedRegistryResidency¶
Defined in File ordered_executor.hpp
Struct Documentation¶
-
struct OrderedRegistryResidency¶
Diagnostic: what the cell registry was still holding when the most recent
run_ordered_schedule_pre_resultscall returned.liveis the whole live byte total;persistentis the part held by cells the table marks persistent (they survive on purpose, into the next evaluation);rootsis the part held by the forest roots’ own cells — the exact cells the results were taken from, not every cell of a root’s value (the caller’spre_resultsare private copies of them, and nobody in the table reads them, so those cells keep holding their own until the registry dies with the call).livebeyond those two is a non-persistent intermediate that never reached the end of its declared life — exactly what a missingCellRegistry::forgoat a skipped production leaves behind.