[Webkit-unassigned] [Bug 12931] ARM crash due to non-aligned memory access

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 28 17:20:38 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12931


darin at apple.com changed:

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




------- Comment #2 from darin at apple.com  2007-02-28 17:20 PDT -------
(From update of attachment 13431)
This will break the build on Mac OS X, because we will get a warning (treated
as an error) about the aligned4 function unused but having internal linkage.

Is it really worthwhile to optimize the aligned case? Instead we should
probably just always use the character loop on ARM and ignore the faster loop
entirely.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list