Closed
Bug 783574
Opened 12 years ago
Closed 12 years ago
IonMonkey: useMethodJIT is false if interpMode is JSINTERP_BAILOUT
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: jandem, Assigned: jandem)
Details
Attachments
(1 file)
5.55 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
This caused a huge slowdown on a testcase I was looking at. Doesn't really improve SS/Kraken/V8 though.
It looks like useMethodJIT was added for JM/TM integration, the patch just removes it.
Attachment #652783 -
Flags: review?(dvander)
Updated•12 years ago
|
Attachment #652783 -
Flags: review?(dvander) → review+
Assignee | ||
Comment 1•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•