[Webkit-unassigned] [Bug 29695] 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:33 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29695


Gabor Loki <loki at inf.u-szeged.hu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #40018|                            |review?
               Flag|                            |




--- Comment #1 from Gabor Loki <loki at inf.u-szeged.hu>  2009-09-23 14:20:33 PDT ---
Created an attachment (id=40018)
 --> (https://bugs.webkit.org/attachment.cgi?id=40018)
Fix unaligned data access in YARR_JIT on ARMv5 and below.

This fix introduces load32WithUnalignedHalfWords and
branch32WithUnalignedHalfWords functions which contain naturally aligned memory
loads - half word loads - instead of simple load32 on ARMv5 and below.

-- 
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