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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 11 00:37:36 PDT 2009


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





--- Comment #5 from Gabor Loki <loki at inf.u-szeged.hu>  2009-09-11 00:37:35 PDT ---
Only ARMv7M does not contain ARM instruction set. ARMv7A and R support it.
Anyway I think the current way of using macros blocks the ARM instruction set
support for ARMv7A&R at least. For example, we are not able to compile generic
ARM JIT with -mcpu=cortex-a8 compiler option.

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