| Title | No representation of the set of generations condemned by a trace |
| Status | closed |
| Priority | optional |
| Assigned user | Gareth Rees |
| Organization | Ravenbrook |
| Description | A 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). |
| Analysis | Have 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 found | inspection |
| Evidence | None as yet. |
| Created by | Gareth Rees |
| Created on | 2016-04-13 15:30:44 |
| Last modified by | Gareth Rees |
| Last modified on | 2018-07-19 06:28:04 |
| History | 2016-04-13 GDR Created. |
| 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. |