 Chromium Code Reviews
 Chromium Code Reviews Issue 10544170:
  Have the stack overflow code use the correct stack size set by the platform/thread.h  (Closed) 
  Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
    
  
    Issue 10544170:
  Have the stack overflow code use the correct stack size set by the platform/thread.h  (Closed) 
  Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/| Index: vm/isolate.h | 
| =================================================================== | 
| --- vm/isolate.h (revision 8702) | 
| +++ vm/isolate.h (working copy) | 
| @@ -198,8 +198,7 @@ | 
| static uword GetSpecifiedStackSize(); | 
| - static const uword kStackSizeBuffer = (4 * KB); | 
| - static const uword kDefaultStackSize = (128 * KB); | 
| + static const intptr_t kStackSizeBuffer = (4 * KB); | 
| static ThreadLocalKey isolate_key; | 
| StoreBufferBlock store_buffer_; |