Closed
Bug 1073652
Opened 11 years ago
Closed 11 years ago
Baseline-compile JSOP_THROWING
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla35
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(1 file)
|
4.27 KB,
patch
|
bhackett1024
:
review+
|
Details | Diff | Splinter Review |
JSOP_THROWING is used for conditional catch clauses. Although this feature is non-standard, chrome code uses it in a bunch of places and some of them look like they might benefit from JIT compilation.
It's also really simple to implement for Baseline; Ion is a bit more work and not necessary.
Attachment #8496182 -
Flags: review?(bhackett1024)
Updated•11 years ago
|
Attachment #8496182 -
Flags: review?(bhackett1024) → review+
| Assignee | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
You need to log in
before you can comment on or make changes to this bug.
Description
•