[Webkit-unassigned] [Bug 29415] Byte alignment issue on MIPS
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 5 17:34:17 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=29415
Chao-ying Fu <fu at mips.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #63668| |review?, commit-queue?
Flag| |
--- Comment #6 from Chao-ying Fu <fu at mips.com> 2010-08-05 17:34:17 PST ---
Created an attachment (id=63668)
--> (https://bugs.webkit.org/attachment.cgi?id=63668)
Access one byte at a time for MIPS
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
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list