Closed
Bug 1286276
Opened 9 years ago
Closed 5 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)
|
2.68 KB,
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•9 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•9 years ago
|
||
Assignee: nobody → hv1989
Attachment #8770174 -
Flags: review?(jdemooij)
Comment 3•9 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•9 years ago
|
Priority: -- → P3
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•