Chromium Code Reviews| Index: runtime/vm/isolate.h |
| =================================================================== |
| --- runtime/vm/isolate.h (revision 8738) |
| +++ runtime/vm/isolate.h (working copy) |
| @@ -198,7 +198,7 @@ |
| static uword GetSpecifiedStackSize(); |
| - static const intptr_t kStackSizeBuffer = (4 * KB); |
| + static const intptr_t kStackSizeBuffer = (16 * KB); |
| static ThreadLocalKey isolate_key; |
| StoreBufferBlock store_buffer_; |