Closed
Bug 815552
Opened 12 years ago
Closed 12 years ago
IonMonkey: 3% regression in v8-raytrace
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
INVALID
People
(Reporter: h4writer, Unassigned)
References
Details
Bug 814177 caused 3% regression in v8-raytrace.
The fastpath of InstanceOf with Object/Value was removed and uses a VM call now.
Comment 1•12 years ago
|
||
I don't see any use of instanceof in v8-raytrace. Where is the operation that regressed?
Reporter | ||
Comment 2•12 years ago
|
||
Hadn't looked into the cause yet. I reported it to make sure I did overlook it. The regression range on awfy only shows bug 814177, but indeed there are no "instanceof" in that code. Very strange! Investigating now.
Reporter | ||
Comment 3•12 years ago
|
||
Probably invalid bug. Can't see any reason why this bug could regress raytrace. I'll leave it open and look at the end of the week again
Reporter | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•