From 022ebc198b9e9e42880a4f3bcd31565533333296 Mon Sep 17 00:00:00 2001 From: Eric Holk Date: Thu, 23 Jun 2011 12:22:45 -0700 Subject: Implementation mising features in lock_and_signal for Win32. Also lowered the minimum stack size to get the pfib benchmark to run without exhausting its address space on Windows. --- src/rt/rust_task.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/rt/rust_task.cpp') diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp index 4b300c1a524..754ff1edaf1 100644 --- a/src/rt/rust_task.cpp +++ b/src/rt/rust_task.cpp @@ -14,9 +14,9 @@ // FIXME (issue #151): This should be 0x300; the change here is for // practicality's sake until stack growth is working. -static size_t const min_stk_bytes = 0x300000; -// static size_t const min_stk_bytes = 0x10000; - +//static size_t const min_stk_bytes = 0x300000; +//static size_t const min_stk_bytes = 0x10000; +static size_t const min_stk_bytes = 0x100000; // Task stack segments. Heap allocated and chained together. -- cgit 1.4.1-3-g733a5