Open
Bug 1005683
Opened 11 years ago
Updated 1 year ago
Turn GraphWalker from a templated class to a function
Categories
(Core :: Cycle Collector, task, P3)
Core
Cycle Collector
Tracking
()
NEW
People
(Reporter: mccr8, Unassigned)
References
(Blocks 1 open bug)
Details
With bug 1005500, GraphWalker is only ever instantiated with a single class (ScanBlackVisitor), so it can be replaced with a plain old function.
Comment 1•11 years ago
|
||
I'm using GraphWalker in XTCC, at least for now.
Reporter | ||
Updated•6 years ago
|
Assignee: continuation → nobody
Type: defect → task
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
Reporter | ||
Updated•2 years ago
|
Component: XPCOM → Cycle Collector
You need to log in
before you can comment on or make changes to this bug.
Description
•