Closed
Bug 772235
Opened 13 years ago
Closed 12 years ago
IonMonkey: MIR holds on to RegExp objects without marking it
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mjrosenb, Unassigned)
References
Details
(Whiteboard: [ion:p1:fx18])
MRegExp has two member variables, one of which is |HeapPtr<RegExpObject> source_;|, however nothing ever marks this node. It should be added to the list of gc objects to be marked through the MIR. I have a patch for this on gkw's computer.
This got fixed somewhere else a few weeks ago.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•