cvs commit: src/lib/libthread_xu/thread thr_attr.c thr_init.c thr_private.h thr_stack.c

Matthew Dillon dillon at apollo.backplane.com
Mon Feb 21 10:49:16 PST 2005


    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 at xxxxxxxxxxxxx>

:
: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
:





More information about the Commits mailing list