increase the runstack size for a future thread

This commit is contained in:
Matthew Flatt 2011-04-04 21:06:53 -06:00
parent eafacc78a0
commit 974f24ae54

View File

@ -309,7 +309,7 @@ static void future_raise_wrong_type_exn(const char *who,
#define THREAD_POOL_SIZE 16
#define INITIAL_C_STACK_SIZE 500000
#define FUTURE_RUNSTACK_SIZE 1000
#define FUTURE_RUNSTACK_SIZE 10000
typedef struct Scheme_Future_State {
struct Scheme_Future_Thread_State *pool_threads[THREAD_POOL_SIZE];