Closed
Bug 1249252
Opened 9 years ago
Closed 9 years ago
[SharedStubs] performance regressions by using getprop shared stubs
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla47
Tracking | Status | |
---|---|---|
firefox47 | --- | fixed |
People
(Reporter: h4writer, Assigned: h4writer)
References
Details
Attachments
(1 file)
3.53 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•9 years ago
|
||
We add a typebarrier when doing the vm call, but not when we do the shared stub case. Adding it, brought crypto back to performance before enabling shared stubs.
Assignee: nobody → hv1989
Attachment #8720759 -
Flags: review?(jdemooij)
Updated•9 years ago
|
Attachment #8720759 -
Flags: review?(jdemooij) → review+
Comment 3•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
You need to log in
before you can comment on or make changes to this bug.
Description
•