Closed Bug 1515934 Opened 5 years ago Closed 5 years ago

findDebuggerInVector<T> triggers read barriers when T=ReadBarriered<Debugger*>

Categories

(Core :: JavaScript: GC, enhancement, P5)

61 Branch
enhancement

Tracking

()

RESOLVED FIXED
mozilla72
Tracking Status
firefox72 --- fixed

People

(Reporter: jonco, Assigned: jonco)

Details

Attachments

(2 files)

This isn't supposed to happen due to implementing js::detail::DefineComparisonOps<> for ReadBarriered<T>.  Equality test of a ReadBarriered pointer and a raw pointer is supposed to skip the barrier.
Assignee: nobody → jcoppeard

This should have been obvious; we didn't end up declaring ElementType on WeakHeapPtr.

Depends on D54551

Depends on D54552

Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/40e41bd4e41f
Don't trigger WeakHeapPtr read barrier on comparison r=sfink
https://hg.mozilla.org/integration/autoland/rev/7a5fc4784185
Add jsapi tests for read barriers r=sfink
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: