Closed
Bug 499631
Opened 16 years ago
Closed 11 years ago
byteswap code (NS_SWAP32) should use built-in function on MSVC++
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 857957
People
(Reporter: m_kato, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
|
2.55 KB,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
byteswap code (NS_SWAP32) should use built-in function on MSVC++. By replacing with bswap, it reduces a few code size and improve performance. (bswap is twice faster than original calculation.)
| Reporter | ||
Comment 1•14 years ago
|
||
Attachment #384355 -
Attachment is obsolete: true
| Reporter | ||
Updated•14 years ago
|
Attachment #560712 -
Flags: review?(benjamin)
Updated•14 years ago
|
Attachment #560712 -
Flags: review?(benjamin) → review+
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•