Chromium Code Reviews| Index: vm/heap.h |
| =================================================================== |
| --- vm/heap.h (revision 7956) |
| +++ vm/heap.h (working copy) |
| @@ -39,7 +39,7 @@ |
| // Default allocation sizes in MB for the old gen and code heaps. |
| static const intptr_t kHeapSizeInMB = 512; |
| - static const intptr_t kCodeHeapSizeInMB = 8; |
| + static const intptr_t kCodeHeapSizeInMB = 12; |
|
srdjan
2012/05/24 18:16:32
Since we generate more code in debug and checked m
|
| ~Heap(); |