Closed
Bug 832712
Opened 12 years ago
Closed 2 years ago
IonMonkey: Reduce x64 code size by using "rbx" instead of "r11" as the scratch register.
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: nbp, Unassigned)
Details
Everytime a register such as r8-r15 is used on x64 assembly, the assembler need to produce an extended instruction which consume an extra byte in the generated code. We can easily win a few bytes per LInstruction by doing so.
| Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•