Closed Bug 557901 Opened 14 years ago Closed 13 years ago

Avoid checking the quick list budget on GC allocator fast path

Categories

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

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 591352
Future

People

(Reporter: lhansen, Unassigned)

Details

In bug #528338, I write: "There might also be ways of avoiding the constant checking for the quick list budget by batching that."

The issue is that the quick list budget is there to avoid bloating the quick list system-wide, but the condition it checks for is unlikely to occur in practice.  It would be good to move the check off the fast path in the allocator.

Initially targeting to "Future" since it's investigative / speculative.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.