Chromium Code Reviews| Index: src/heap.h |
| =================================================================== |
| --- src/heap.h (revision 3513) |
| +++ src/heap.h (working copy) |
| @@ -821,7 +821,7 @@ |
| static void SetNumberStringCache(Object* number, String* str); |
| // Entries in the cache. Must be a power of 2. |
| - static const int kNumberStringCacheSize = 64; |
| + static const int kNumberStringCacheSize = 16384; |
|
Kasper Lund
2009/12/22 11:25:58
How about 16 * KB or 16 * 1024?
|
| // Adjusts the amount of registered external memory. |
| // Returns the adjusted value. |