Closed Bug 1287869 Opened 8 years ago Closed 8 years ago

Add a zeal mode to check nursery integrity

Categories

(Core :: JavaScript: GC, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla50
Tracking Status
firefox50 --- fixed

People

(Reporter: jonco, Assigned: jonco)

References

Details

Attachments

(1 file)

We can put canaries between nursery allocations and check them on collection to ensure nothing writes past the end of an object.  This would have caught at least one bug I know of.
As discussed.

We don't use take the fast path to allocate in compiled code when any zeal mode is active, so there were no Ion changes necessary.
Attachment #8772943 - Flags: review?(terrence)
Comment on attachment 8772943 [details] [diff] [review]
bug1287869-nursery-canaries

Review of attachment 8772943 [details] [diff] [review]:
-----------------------------------------------------------------

Nice!
Attachment #8772943 - Flags: review?(terrence) → review+
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/bdbb5822afe1
Add zeal mode to check nursery integrity r=terrence
https://hg.mozilla.org/mozilla-central/rev/bdbb5822afe1
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
Depends on: 1291646
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: