Closed
Bug 1119505
Opened 10 years ago
Closed 10 months ago
Remove unnecessary AutoSuppressGC
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: sstangl, Unassigned)
Details
Attachments
(1 file)
|
910 bytes,
patch
|
sfink
:
review+
|
Details | Diff | Splinter Review |
Trivial patch. As mentioned in the comment, 'lazy' has been made a 'Rooted<LazyScript*>', so GC does not have to be suppressed.
Attachment #8546177 -
Flags: review?(evilpies)
Comment 1•10 years ago
|
||
This is probably fine, but I would prefer somebody with better GC knowledge to review this.
Updated•10 years ago
|
Attachment #8546177 -
Flags: review?(evilpies) → review?(sphink)
Updated•10 years ago
|
Attachment #8546177 -
Flags: review?(sphink) → review+
| Reporter | ||
Comment 2•10 years ago
|
||
| Reporter | ||
Comment 3•10 years ago
|
||
Backed out, sigh: https://hg.mozilla.org/integration/mozilla-inbound/rev/49d0c7894393
Introduced GC rooting hazards in https://ftp-ssl.mozilla.org/pub/mozilla.org/b2g/tinderbox-builds/mozilla-inbound-linux64-b2g-haz/20150114125933/hazards.txt.gz
Updated•3 years ago
|
Severity: normal → S3
Updated•10 months ago
|
Status: NEW → RESOLVED
Closed: 10 months ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•