Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 08/16/2007 00:41:24
Module Name:	src
Committed By:	ad
Date:		Thu Aug 16 00:41:24 UTC 2007

Modified Files:
	src/lib/libpthread: pthread.c pthread_int.h pthread_stack.c

Log Message:
Cache thread context for creation instead of setting it up every time.
Speeds create/join loop by about 10-15% on i386.


To generate a diff of this commit:
cvs rdiff -r1.74 -r1.75 src/lib/libpthread/pthread.c
cvs rdiff -r1.45 -r1.46 src/lib/libpthread/pthread_int.h
cvs rdiff -r1.20 -r1.21 src/lib/libpthread/pthread_stack.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.