Closed
Bug 1244252
Opened 10 years ago
Closed 10 years ago
TSan: data race ObjectGroup / TI with generation()
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla47
| Tracking | Status | |
|---|---|---|
| firefox47 | --- | fixed |
People
(Reporter: terrence, Assigned: bhackett1024)
Details
Attachments
(2 files)
|
7.95 KB,
text/plain
|
Details | |
|
591 bytes,
patch
|
terrence
:
review+
|
Details | Diff | Splinter Review |
I think we probably need to use a non-generation-checking version when running OMT here.
Flags: needinfo?(bhackett1024)
| Assignee | ||
Comment 1•10 years ago
|
||
Yes, that would be better. This is actually OK as is, since during IonBuilder we'll inspect the ObjectGroup and sweep it if needed, but that isn't something that can be relied on.
Assignee: nobody → bhackett1024
Flags: needinfo?(bhackett1024)
Attachment #8724599 -
Flags: review?(terrence)
| Reporter | ||
Comment 2•10 years ago
|
||
Comment on attachment 8724599 [details] [diff] [review]
patch
Review of attachment 8724599 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks!
Attachment #8724599 -
Flags: review?(terrence) → review+
Comment 4•10 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
You need to log in
before you can comment on or make changes to this bug.
Description
•