[Webkit-unassigned] [Bug 56247] New: Alignement problem (list of CPU types requiring alignment is too short)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 12 04:24:19 PST 2011


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

           Summary: Alignement problem (list of CPU types requiring
                    alignment is too short)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: martin at NetBSD.org


Created an attachment (id=85584)
 --> (https://bugs.webkit.org/attachment.cgi?id=85584&action=review)
Possible extension of the cpu type list

WebCore/platform/text/StringHash.h and WebCore/platform/text/AtomicString.cpp have a hard coded list of cpu types requiring alignment. This list is too short.

Actually it would probably be preferable to create the inverse list of cpu types where unaligned 32bit access is both allowed AND faster than single byte access - I would guess this to be pretty short.

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