Subject: CVS commit: src/common/lib/libprop
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 07/05/2006 20:29:28
Module Name:	src
Committed By:	thorpej
Date:		Wed Jul  5 20:29:28 UTC 2006

Modified Files:
	src/common/lib/libprop: prop_bool.c

Log Message:
Reduce the memory footprint for prop_bool_t objects significantly, taking
adavantage of the immutability of these objects:

Statically allocate a TRUE object and a FALSE object, and simply return
references to those objects for create and copy operations.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/common/lib/libprop/prop_bool.c

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