[Webkit-unassigned] [Bug 24546] New: [x86_64] JITArithmetic does not build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 12 06:03:55 PDT 2009


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

           Summary: [x86_64] JITArithmetic does not build
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: loki at inf.u-szeged.hu


On x86_64 a pointer should not be casted to unsigned int, like in 
' __ cmpl_im(reinterpret_cast<unsigned>(numberStructure), FIELD_OFFSET(JSCell,
m_structure), X86::edx)' expressions. uintptr_t should be used instead of
unsigned.

Additional, the suffixes or operands are invalid for 'push' and 'pop' in
isSSE2Present if the compiler is GCC.

I am going to attach a fix.


-- 
Configure bugmail: https://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