Closed
Bug 619428
Opened 14 years ago
Closed 14 years ago
TI: Re-enable fun_apply optimization
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: dvander, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: fixed-in-jaegermonkey)
The type inference branch disables our fun_apply optimizations, which makes v8-raytrace slow. We need to either teach TI about it, or just have TI consider the types involved as unknown.
Comment 1•14 years ago
|
||
This was fixed as part of bug 621942.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: fixed-in-jaegermonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•