[webkit-reviews] review requested: [Bug 29695] Unaligned data access in YARR_JIT on ARMv5 and below : [Attachment 40018] Fix unaligned data access in YARR_JIT on ARMv5 and below.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 23 14:20:32 PDT 2009


Gabor Loki <loki at inf.u-szeged.hu> has asked  for review:
Bug 29695: Unaligned data access in YARR_JIT on ARMv5 and below
https://bugs.webkit.org/show_bug.cgi?id=29695

Attachment 40018: Fix unaligned data access in YARR_JIT on ARMv5 and below.
https://bugs.webkit.org/attachment.cgi?id=40018&action=review

------- Additional Comments from Gabor Loki <loki at inf.u-szeged.hu>
This fix introduces load32WithUnalignedHalfWords and
branch32WithUnalignedHalfWords functions which contain naturally aligned memory
loads - half word loads - instead of simple load32 on ARMv5 and below.


More information about the webkit-reviews mailing list