Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libpthread
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.
Home |
Main Index |
Thread Index |
Old Index