[Webkit-unassigned] [Bug 26560] New: Fix armv7 JIT build issues.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 19 16:00:17 PDT 2009


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

           Summary: Fix armv7 JIT build issues.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: barraclough at apple.com


Unfortunate the arm compiler does not like the use of offsetof on JITStackFrame
(since it now contains non POD types), and the FIELD_OFFSET macro does not
appear constantish enough for it to be happy with its use in COMPILE_ASSERT
macros.


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