Closed
Bug 1476903
Opened 7 years ago
Closed 1 year ago
Out of date comment in Realm::sweepRegExps
Categories
(Core :: JavaScript: GC, enhancement, P5)
Core
JavaScript: GC
Tracking
()
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | affected |
People
(Reporter: anba, Unassigned)
Details
This comment [1] in |Realm::sweepRegExps()| is terribly out of date:
- It was initially added in bug 750834 and later amended in bug 805294.
- Bug 1010441 removed the |activeUseCount| from RegExpShared.
- Bug 1063816 changed it from |activeUseCount| to |activeWarmUpCounter|.
[1] https://searchfox.org/mozilla-central/rev/88199de427d3c5762b7f3c2a4860c10734abd867/js/src/vm/Realm.cpp#433-437
Updated•6 years ago
|
Priority: -- → P5
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•