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)

x86_64
All
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: general → nobody
Severity: normal → S3
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.