Closed
Bug 1107288
Opened 11 years ago
Closed 11 years ago
Always build IGC features into SpiderMonkey
Categories
(Core :: JavaScript: GC, defect)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla37
People
(Reporter: terrence, Assigned: terrence)
Details
Attachments
(1 file)
|
19.16 KB,
patch
|
billm
:
review+
|
Details | Diff | Splinter Review |
If IGC ever gets disabled in Firefox it would be a catastrophe. Embedders can still disable IGC using DisableIncrementalGC at a negligible runtime cost.
Attachment #8531749 -
Flags: review?(wmccloskey)
Comment 1•11 years ago
|
||
Build changes should probably get a build peer review, even for something trivial looking like this.
Comment on attachment 8531749 [details] [diff] [review]
always_build_in_incremental-v0.diff
Review of attachment 8531749 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks!
Attachment #8531749 -
Flags: review?(wmccloskey) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
(In reply to Andrew McCreight [:mccr8] from comment #1)
> Build changes should probably get a build peer review, even for something
> trivial looking like this.
I don't follow. What failure modes exactly are we guarding against by asking a build peer to sign off on this?
Flags: needinfo?(continuation)
Comment 4•11 years ago
|
||
(In reply to Terrence Cole [:terrence] from comment #3)
> I don't follow. What failure modes exactly are we guarding against by asking
> a build peer to sign off on this?
I have no idea, I'm not a build peer.
Flags: needinfo?(continuation)
| Assignee | ||
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
Assignee: nobody → terrence
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
You need to log in
before you can comment on or make changes to this bug.
Description
•