Changeset 173310 in webkit


Ignore:
Timestamp:
Sep 5, 2014 3:25:15 AM (10 years ago)
Author:
Dániel Bátyai
Message:

Enable GenGC on ARM Traditional
https://bugs.webkit.org/show_bug.cgi?id=136567

Reviewed by Csaba Osztrogonác.

  • wtf/Platform.h:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r173280 r173310  
     12014-09-05  Dániel Bátyai  <dbatyai.u-szeged@partner.samsung.com>
     2
     3        Enable GenGC on ARM Traditional
     4        https://bugs.webkit.org/show_bug.cgi?id=136567
     5
     6        Reviewed by Csaba Osztrogonác.
     7
     8        * wtf/Platform.h:
     9
    1102014-09-04  Filip Pizlo  <fpizlo@apple.com>
    211
  • trunk/Source/WTF/wtf/Platform.h

    r173192 r173310  
    759759/* Generational collector for JSC */
    760760#if !defined(ENABLE_GGC)
    761 #if CPU(X86_64) || CPU(X86) || CPU(ARM_THUMB2) || CPU(ARM64)
     761#if CPU(X86_64) || CPU(X86) || CPU(ARM64) || CPU(ARM)
    762762#define ENABLE_GGC 1
    763763#else
Note: See TracChangeset for help on using the changeset viewer.