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: 02/11/2002 22:19:31
Module Name:	basesrc
Committed By:	nathanw
Date:		Mon Feb 11 20:19:31 UTC 2002

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

Log Message:
Implement _UC_USER for i386: only save callee-save registers, and set a
flag saying so; on restore, if that flag is set, only restore the callee-save
registers.

Speeds up the user-only version of these routines by 35-40% on a
Pentium MMX 233.


To generate a diff of this commit:
cvs rdiff -r1.1.2.5 -r1.1.2.6 basesrc/lib/libpthread/arch/i386/_context_u.S
cvs rdiff -r1.1.2.6 -r1.1.2.7 basesrc/lib/libpthread/arch/i386/genassym.cf

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