Title | AMC does not implement weakness in emergency fixing. |
Status | open |
Priority | nice |
Assigned user | Richard Brooksby |
Organization | Ravenbrook |
Description | AMC does not implement weakness in emergency fixing. This is really a special case of job001666, "No guarantee that all weak references to an object die together", but the problem can also manifest as weak references not being splatted when they reasonably could have been. The problem is that in emergency fixing mode AMC will not splat weak references even when it would be correct to do so. Ironically this may result in more memory being used than is necessary. |
Analysis | AMCFixEmergency needs to pay more attention to weakness. |
How found | inspection |
Evidence | See poolamc.c |
Observed in | 1.108.0 |
Created by | David Jones |
Created on | 2007-07-11 15:42:20 |
Last modified by | Richard Brooksby |
Last modified on | 2013-06-16 07:14:08 |
History | 2007-07-11 DRJ Created. 2013-03-19 GDR Assigned to RB. 2013-06-16 RB Downgraded to "nice" as this isn't affecting anyone (see job003499). |