Closed Bug 485971 Opened 16 years ago Closed 15 years ago

Optimize reference counting management code in MMgc

Categories

(Tamarin Graveyard :: Garbage Collection (mmGC), defect, P3)

defect

Tracking

(Not tracked)

VERIFIED INVALID
flash10.1

People

(Reporter: rishah, Assigned: lhansen)

References

Details

User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.7) Gecko/2009021906 Firefox/3.0.7 Build Identifier: High level bug to track items for optimizing ref counting code in MMgc. One item from Lars' review: Change following code in RCObject::IncrementRef/DecrementRef - if(Sticky() || composite == 0) to if((composite & ~STICKY_FLAG) == 0) Reproducible: Always
Blocks: 481683
Flags: flashplayer-qrb+
Priority: -- → P2
Target Milestone: --- → flash10.x
Priority: P2 → P3
Assignee: nobody → lhansen
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
That change is invalid. Consider something that's sticky but also in the ZCT. The test should catch it but won't.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.