RESOLVED FIXED 136567
Enable GenGC on ARM Traditional
https://bugs.webkit.org/show_bug.cgi?id=136567
Summary Enable GenGC on ARM Traditional
Dániel Bátyai
Reported 2014-09-05 01:43:35 PDT
Enable Generational GC on ARM Traditional
Attachments
Patch (990 bytes, patch)
2014-09-05 01:44 PDT, Dániel Bátyai
ossy: review-
Patch (971 bytes, patch)
2014-09-05 01:54 PDT, Dániel Bátyai
no flags
Dániel Bátyai
Comment 1 2014-09-05 01:44:42 PDT
Csaba Osztrogonác
Comment 2 2014-09-05 01:51:32 PDT
Comment on attachment 237679 [details] Patch 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)
Dániel Bátyai
Comment 3 2014-09-05 01:54:33 PDT
WebKit Commit Bot
Comment 4 2014-09-05 03:25:26 PDT
Comment on attachment 237680 [details] Patch Clearing flags on attachment: 237680 Committed r173310: <http://trac.webkit.org/changeset/173310>
WebKit Commit Bot
Comment 5 2014-09-05 03:25:29 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.