Title | Predicted mortality is bogus for collection of the world |
Status | closed |
Priority | optional |
Assigned user | Gareth Rees |
Organization | Ravenbrook |
Description | There are two ways in which some memory can be condemned for a trace. In the case of policyCondemnChain the predicted mortality is computed based on the mortality of each condemned generation. But in the case of TraceStartCollectAll the predicted mortality is based on the mortality of the arena's top generation only, ignoring all the other generations that are also condemned for the trace. |
Analysis | If condemning the world were implemented by condemning all generations in all chains (plus the top generation) then it would be straightforward to implement the same computation as policyCondemnChain (or to share the code for the computation which would be even better). |
How found | inspection |
Evidence | None |
Created by | Gareth Rees |
Created on | 2018-07-11 21:20:09 |
Last modified by | Gareth Rees |
Last modified on | 2018-07-19 06:28:09 |
History | 2018-07-11 GDR Created. |