Chromium Code Reviews| Index: src/compilation-cache.cc |
| =================================================================== |
| --- src/compilation-cache.cc (revision 2459) |
| +++ src/compilation-cache.cc (working copy) |
| @@ -37,7 +37,7 @@ |
| static const int kSubCacheCount = 4; |
| // The number of generations for each sub cache. |
| -#if V8_TARGET_ARCH_ARM |
| +#if defined(ANDROID) |
| static const int kScriptGenerations = 1; |
| static const int kEvalGlobalGenerations = 1; |
| static const int kEvalContextualGenerations = 1; |