Closed
Bug 610976
Opened 15 years ago
Closed 7 years ago
Remove GCPolicyManager::setLowerLimitCollectionThreshold
Categories
(Tamarin Graveyard :: Garbage Collection (mmGC), defect)
Tamarin Graveyard
Garbage Collection (mmGC)
Tracking
(Not tracked)
RESOLVED
WONTFIX
Future
People
(Reporter: pnkfelix, Unassigned)
Details
In Bug 608952, Lars requested the removal of the method GCPolicyManager::setLowerLimitCollectionThreshold because it is ill-defined.
In particular, it has no effect until the next (incremental) collection cycle has started, and may have no effect on non-incremental collection, and it may not make sense to be changing the policy in this manner after creating a GC.
But, the player is invoking this method from its end. So we cannot remove the method immediately.
So I imagine this task is to first change to the player code so that it uses the new config option to set the threshold at the time the GC is constructed (see Bug 608952); after that's been done, then all the invocations of setLowerLimitCollectionThreshold should be gone and we will be able to remove it.
| Reporter | ||
Updated•15 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Updated•14 years ago
|
Priority: -- → P3
Target Milestone: --- → flash10.x-Serrano
Updated•14 years ago
|
Flags: flashplayer-bug-
Updated•14 years ago
|
Priority: P3 → --
Target Milestone: Q3 11 - Serrano → Future
Comment 1•7 years ago
|
||
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•