Closed
Bug 1286276
Opened 8 years ago
Closed 4 years ago
Don't discriminate putting things in the lazy link list based on compartment
Categories
(Core :: JavaScript Engine: JIT, defect, P3)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
DUPLICATE
of bug 1351102
People
(Reporter: h4writer, Assigned: h4writer)
References
Details
Attachments
(1 file)
(deleted),
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
We used to only link builders from the correct compartment. Now we are using that code to put it in the lazy link list. We shouldn't discriminate based on the compartment.
Assignee | ||
Comment 1•8 years ago
|
||
Based my bug on bug 1282944, which will land soon. It is also due to this review I started to question things on irc.
Depends on: 1282944
Assignee | ||
Comment 2•8 years ago
|
||
Assignee: nobody → hv1989
Attachment #8770174 -
Flags: review?(jdemooij)
Comment 3•8 years ago
|
||
Comment on attachment 8770174 [details] [diff] [review]
Patch
Review of attachment 8770174 [details] [diff] [review]:
-----------------------------------------------------------------
Much simpler.
Attachment #8770174 -
Flags: review?(jdemooij) → review+
Updated•8 years ago
|
Priority: -- → P3
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•