Closed
Bug 715756
Opened 13 years ago
Closed 13 years ago
Workers: Enable TI and allow JIT hardening to be disabled
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: bent.mozilla, Assigned: bent.mozilla)
Details
(Whiteboard: [qa-])
Attachments
(1 file)
1.99 KB,
patch
|
sicking
:
review+
akeybl
:
approval-mozilla-aurora-
akeybl
:
approval-mozilla-beta-
|
Details | Diff | Splinter Review |
Looks like we forgot to enable TI on workers when it landed. Also this JIT hardening thing should be exposed too.
Attachment #586295 -
Flags: review?(jonas)
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → bent.mozilla
Status: NEW → ASSIGNED
Attachment #586295 -
Flags: review?(jonas) → review+
Assignee | ||
Comment 1•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•13 years ago
|
status-firefox10:
--- → affected
status-firefox11:
--- → affected
status-firefox12:
--- → fixed
status-firefox9:
--- → affected
tracking-firefox10:
--- → ?
tracking-firefox11:
--- → ?
Assignee | ||
Comment 2•13 years ago
|
||
Comment on attachment 586295 [details] [diff] [review]
Patch, v1
[Approval Request Comment]
Regression caused by (bug #):
Not really a regression
User impact if declined:
Workers will be slower than main thread.
Testing completed (on m-c, etc.):
Tons of mochitests.
Risk to taking this patch (and alternatives if risky):
Almost none. TI is stable now, and this patch is very simple.
Attachment #586295 -
Flags: approval-mozilla-beta?
Attachment #586295 -
Flags: approval-mozilla-aurora?
Comment 3•13 years ago
|
||
Comment on attachment 586295 [details] [diff] [review]
Patch, v1
[Triage Comment]
I want to keep this in the queue for discussion at Tuesday's channel meeting.
Updated•13 years ago
|
Comment 4•13 years ago
|
||
Comment on attachment 586295 [details] [diff] [review]
Patch, v1
[Triage Comment]
We're concerned with the possibility of an unexpected interaction between TI and workers. Given the fact that this appears to only have a user-impact related to performance, we'll let this ride the train.
Attachment #586295 -
Flags: approval-mozilla-beta?
Attachment #586295 -
Flags: approval-mozilla-beta-
Attachment #586295 -
Flags: approval-mozilla-aurora?
Attachment #586295 -
Flags: approval-mozilla-aurora-
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•