MPS issue job004001

TitleNo representation of the set of generations condemned by a trace
Statusclosed
Priorityoptional
Assigned userGareth Rees
OrganizationRavenbrook
DescriptionA trace condemns a set of generations. But there’s no representation of this set. Instead, we have trace->chain, which either points to a chain (meaning some generations were condemned in that chain), or is NULL (meaning all generations in all chains were condemned).
AnalysisHave a ring of generations for each trace. This would allow condemning code to be shared, instead of having different condemn logic in the "all chains" case.
How foundinspection
EvidenceNone as yet.
Created byGareth Rees
Created on2016-04-13 15:30:44
Last modified byGareth Rees
Last modified on2018-07-19 06:28:04
History2016-04-13 GDR Created.

Fixes

Change Effect Date User Description
194685 closed 2018-07-18 18:53:05 Gareth Rees Merge branch/2016-04-16/trace-gens into the master sources.