[Webkit-unassigned] [Bug 38741] New: Fix halfword loads on ARM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 7 05:06:05 PDT 2010


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

           Summary: Fix halfword loads on ARM
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: loki at webkit.org


The BaseIndex and ImplicitAddress are contain 32bit wide offset, but the load16
functions were working with 8 bit data (encoded in the instruction). If the
offset cannot be encoded in an instruction, it should be stored in a temporary
register.

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