Subject: CVS commit: src/lib/libpuffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 01/16/2008 21:30:00
Module Name:	src
Committed By:	pooka
Date:		Wed Jan 16 21:30:00 UTC 2008

Modified Files:
	src/lib/libpuffs: callcontext.c dispatcher.c puffs.c puffs_priv.h

Log Message:
Cache a number of execution contexts instead of re-initializing
them every time.  Speeds up pure in-memory file systems such as
sysctlfs or dtfs quite a bit.  For actual I/O-workhorses the result
is of course less tasty.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/lib/libpuffs/callcontext.c
cvs rdiff -r1.27 -r1.28 src/lib/libpuffs/dispatcher.c
cvs rdiff -r1.87 -r1.88 src/lib/libpuffs/puffs.c
cvs rdiff -r1.37 -r1.38 src/lib/libpuffs/puffs_priv.h

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