Closed
Bug 1318627
Opened 9 years ago
Closed 9 years ago
Remove Zone::active
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla53
| Tracking | Status | |
|---|---|---|
| firefox53 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
Details
Attachments
(1 file)
|
5.14 KB,
patch
|
jonco
:
review+
bhackett1024
:
feedback+
|
Details | Diff | Splinter Review |
This flag is set when we GC while the zone has frames on the stack, to inhibit releasing types in beginSweepTypes, but this is no longer necessary for correctness and it lets us remove some code.
Attachment #8812131 -
Flags: review?(jcoppeard)
Attachment #8812131 -
Flags: feedback?(bhackett1024)
Comment 1•9 years ago
|
||
Comment on attachment 8812131 [details] [diff] [review]
Patch
Review of attachment 8812131 [details] [diff] [review]:
-----------------------------------------------------------------
I'm happy to remove the flag if this is safe.
Attachment #8812131 -
Flags: review?(jcoppeard) → review+
| Assignee | ||
Comment 2•9 years ago
|
||
bhackett, feedback ping?
Comment 3•9 years ago
|
||
(In reply to Jan de Mooij [:jandem] from comment #2)
> bhackett, feedback ping?
Sorry, I didn't notice this request. This patch looks fine.
Updated•9 years ago
|
Attachment #8812131 -
Flags: feedback?(bhackett1024) → feedback+
Pushed by jandemooij@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/853a0dfc4d5f
Remove Zone::active and related infrastructure. r=jonco, f=bhackett
Pushed by jandemooij@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/698bbf4f2e26
followup - Add br_table.wast.js to cgc-jittest-timeouts.txt. r=bustage
Comment 6•9 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/853a0dfc4d5f
https://hg.mozilla.org/mozilla-central/rev/698bbf4f2e26
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
You need to log in
before you can comment on or make changes to this bug.
Description
•