[Webkit-unassigned] [Bug 29122] New: Use PLATFORM(ARM_THUMB2) instead of PLATFORM_ARM_ARCH(7)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 10 05:57:24 PDT 2009


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

           Summary: Use PLATFORM(ARM_THUMB2) instead of
                    PLATFORM_ARM_ARCH(7)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: loki at inf.u-szeged.hu


Currently we are using PLATFORM_ARM_ARCH(7) macro to separate ARM and Thumb-2
instruction set for JIT. If the target architecture of the compilation is
ARMv7, the JIT will use Thumb2 instruction set anyway. This scenario is
inaccurate. I think we should enable ARM instruction set for ARMv7 as well.

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