[webkit-reviews] review requested: [Bug 29415] Byte alignment issue on MIPS : [Attachment 63668] Access one byte at a time for MIPS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 5 17:34:16 PDT 2010


Chao-ying Fu <fu at mips.com> has asked  for review:
Bug 29415: Byte alignment issue on MIPS
https://bugs.webkit.org/show_bug.cgi?id=29415

Attachment 63668: Access one byte at a time for MIPS
https://bugs.webkit.org/attachment.cgi?id=63668&action=review

------- Additional Comments from Chao-ying Fu <fu at mips.com>
To fix this issue, we follow ARM and SH4 to access one byte at a time.
This improves the performance on MIPS, due to no kernel involvement to fix
unaligned accesses.

In the future, we still can use lwl/lwr to improve the performance.  Thanks!

Regards,
Chao-ying


More information about the webkit-reviews mailing list