Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/common/lib/libprop



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.




Home | Main Index | Thread Index | Old Index