[Webkit-unassigned] [Bug 132330] New: LLINT loadisFromInstruction doesn't need special case for big endians

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 29 04:29:40 PDT 2014


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

           Summary: LLINT loadisFromInstruction doesn't need special case
                    for big endians
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tpopela at redhat.com
                CC: mark.lam at apple.com


The change introduced in r167076 was wrong. We cannot apply the offset adjustment on every loadisFromInstruction usage as the instruction (UnlinkedInstruction) is declared as an union (i.e. with the int32_t operand variable). The offset of the union members will be the same as the offset of the first one, that is 0. The behavior here is the same on little and big endian architectures us we don't need special case for big endians.

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