Closed
Bug 578535
Opened 14 years ago
Closed 14 years ago
JM: Don't clobber callee saved registers for stub calls
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 573083
People
(Reporter: adrake, Unassigned)
References
Details
I'm not sure how big of a perf win this will be on its own, but if we could avoid syncing things that are in callee saved registers we can certainly save something. A bigger win would come with intelligent register allocation so we could, e.g., put a loop counter in a register that doesn't get clobbered across stub calls.
Reporter | ||
Updated•14 years ago
|
Blocks: JaegerSpeed
Reporter | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•