Closed
Bug 918815
Opened 11 years ago
Closed 11 years ago
Use xorps for float32 zero constants on x86
Categories
(Core :: JavaScript Engine, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: sunfish, Assigned: bbouvier)
References
Details
Attachments
(1 file)
(deleted),
patch
|
sstangl
:
review+
|
Details | Diff | Splinter Review |
x64's loadConstantFloat32 now optimizes zero constants with xorps; it would be good to perform this optimization on x86 too. Also, x86 and x64 already share similar code for doubles, via maybeInlineDouble, so perhaps an analogous mechanism for float32 would be apropos.
Assignee | ||
Comment 1•11 years ago
|
||
Updated•11 years ago
|
Attachment #807901 -
Flags: review?(sstangl) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•