[Webkit-unassigned] [Bug 136567] Enable GenGC on ARM Traditional
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 5 01:51:27 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=136567
Csaba Osztrogonác <ossy at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #237679|review? |review-
Flag| |
--- Comment #2 from Csaba Osztrogonác <ossy at webkit.org> 2014-09-05 01:51:32 PST ---
(From update of attachment 237679)
View in context: https://bugs.webkit.org/attachment.cgi?id=237679&action=review
> Source/WTF/wtf/Platform.h:761
> -#if CPU(X86_64) || CPU(X86) || CPU(ARM_THUMB2) || CPU(ARM64)
> +#if CPU(X86_64) || CPU(X86) || CPU(ARM_THUMB2) || CPU(ARM64) || CPU(ARM)
CPU(ARM_THUMB2) is a subset of CPU(ARM), so I prefer
simple use CPU(ARM) instead of CPU(ARM_THUMB2):
#if CPU(X86_64) || CPU(X86) || CPU(ARM) || CPU(ARM64)
--
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