Subject: CVS commit: [nathanw_sa] basesrc/lib/libpthread/arch/i386
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 08/02/2001 22:10:29
Module Name:	basesrc
Committed By:	nathanw
Date:		Thu Aug  2 19:10:29 UTC 2001

Modified Files:
	basesrc/lib/libpthread/arch/i386 [nathanw_sa]: _context_u.S

Log Message:
Adjust SETC (used by _setcontext_u and _getcontext_u) to not set the
new stack pointer until all the possibly-interesting data below the
new SP has been preserved. Unfortunately, it's about 3% slower.


To generate a diff of this commit:
cvs rdiff -r1.1.2.2 -r1.1.2.3 basesrc/lib/libpthread/arch/i386/_context_u.S

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