Re: cvs commit: src/lib/libthread_xu/thread thr_attr.c thr_init.

看板DFBSD_commit作者時間21年前 (2005/02/22 03:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
I should add that we discussed this and my conclusion was that we had to conform more towards Linux (larger default per-thread stacks) in this regard because modern applications no longer assume tiny stacks. -Matt Matthew Dillon <dillon@backplane.com> : :davidxu 2005/02/21 05:47:21 PST : :DragonFly src repository : : Modified files: : lib/libthread_xu/thread thr_attr.c thr_init.c thr_private.h : thr_stack.c : Log: : Set initial thread's stack to 2M on 32 bits platform, 1M for default stack. : Double the stack sizes on 64 bits platform. : : Revision Changes Path : 1.2 +2 -1 src/lib/libthread_xu/thread/thr_attr.c : 1.2 +3 -3 src/lib/libthread_xu/thread/thr_init.c : 1.2 +4 -2 src/lib/libthread_xu/thread/thr_private.h : 1.2 +4 -4 src/lib/libthread_xu/thread/thr_stack.c : : :http://www.dragonflybsd.org/cvsweb/src/lib/libthread_xu/thread/thr_attr.c.diff?r1=1.1&r2=1.2&f=u :http://www.dragonflybsd.org/cvsweb/src/lib/libthread_xu/thread/thr_init.c.diff?r1=1.1&r2=1.2&f=u :http://www.dragonflybsd.org/cvsweb/src/lib/libthread_xu/thread/thr_private.h.diff?r1=1.1&r2=1.2&f=u :http://www.dragonflybsd.org/cvsweb/src/lib/libthread_xu/thread/thr_stack.c.diff?r1=1.1&r2=1.2&f=u :
文章代碼(AID): #126Y_n00 (DFBSD_commit)