Closed
Bug 557378
Opened 15 years ago
Closed 14 years ago
[meta] slim down JSStackFrame
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: luke, Unassigned)
References
()
Details
From measurements of JS-heavy sites and bencharmks, JSStackFrames account for more than half our stack memory usage. Removing members improves spatial locality and speeds up inline call. This bug tracks bugs for removing various members that have already been created.
![]() |
||
Updated•15 years ago
|
![]() |
||
Updated•15 years ago
|
Blocks: JaegerSpeed
![]() |
||
Updated•15 years ago
|
Blocks: JaegerCalls
Updated•15 years ago
|
![]() |
Reporter | |
Updated•14 years ago
|
![]() |
Reporter | |
Comment 1•14 years ago
|
||
The stack frame is down to 12 words, only 4 of which are actually touch on the common method-jit call path (less on return).
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•