Closed
Bug 1021224
Opened 11 years ago
Closed 1 day ago
Speed up JS::Call
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: terrence, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: perf)
And improve the call machinery in general. This path currently traverses many, many layers and it is not clear which of them are really necessary at this point.
Comment 1•11 years ago
|
||
bz, do you have a simple (representative) testcase for this?
Component: JavaScript: GC → JavaScript Engine
Flags: needinfo?(bzbarsky)
Comment 2•11 years ago
|
||
The testing patch and testcase in bug 1019081 is one option.
Another option is http://mozilla.pettay.fi/moztests/events/event_speed_3.html where if my profile is not lying to me the time under JS::Call is 20% or so, of which only 9% is actually running the jitcode we end up running.
Updated•3 years ago
|
Severity: normal → S3
Comment 3•1 day ago
|
||
This bug is quite old and doesn't have any specific fixes, so let's just close it.
Status: NEW → RESOLVED
Closed: 1 day ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•