projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c53941b
)
Need even more stack for VMS_IA64-ithread.
author
Craig A. Berry
<craigberry@mac.com>
Sat, 17 Jan 2009 17:50:17 +0000
(11:50 -0600)
committer
Craig A. Berry
<craigberry@mac.com>
Sat, 17 Jan 2009 17:50:17 +0000
(11:50 -0600)
thread.h
patch
|
blob
|
history
diff --git
a/thread.h
b/thread.h
index
7718d4b
..
3a059b5
100644
(file)
--- a/
thread.h
+++ b/
thread.h
@@
-100,7
+100,11
@@
#ifdef __VMS
/* Default is 1024 on VAX, 8192 otherwise */
-# define THREAD_CREATE_NEEDS_STACK (32*1024)
+# ifdef __ia64
+# define THREAD_CREATE_NEEDS_STACK (48*1024)
+# else
+# define THREAD_CREATE_NEEDS_STACK (32*1024)
+# endif
#endif
#ifdef I_MACH_CTHREADS