Open
Bug 1774897
Opened 2 years ago
Updated 2 years ago
Make hazard builds default to clobber, not incremental
Categories
(Core :: JavaScript: GC, enhancement, P3)
Core
JavaScript: GC
Tracking
()
NEW
People
(Reporter: sfink, Unassigned)
References
(Blocks 1 open bug)
Details
If you run mach hazards gather
twice, it'll be an incremental analysis, which is very likely to spew a large number of warnings about types being different for a new reincarnation of the same compilation unit. I also don't fully trust incremental analyses, even though I use them a lot to speed things up.
It would be better to default to the safe thing, and make incremental opt-in.
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•