E&S CVS Commit: PEAK - Speed startup/reduce footprint of programs not using module inheritance, by

pje at eby-sarna.com pje at eby-sarna.com
Sat Jun 19 21:45:00 EDT 2004


Module Name:	PEAK
Committed By:	pje
Date:		Sun Jun 20 01:44:37 UTC 2004

Modified Files:
	PEAK/src/peak: exceptions.py
	PEAK/src/peak/config: api.py modules.py

Log Message:
Speed startup/reduce footprint of programs not using module inheritance, by
not loading those modules unless needed.  This cuts the total modules
needed to run a PEAK application by 4.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/exceptions.py.diff?r1=1.8&r2=1.9
http://cvs.eby-sarna.com/PEAK/src/peak/config/api.py.diff?r1=1.5&r2=1.6
http://cvs.eby-sarna.com/PEAK/src/peak/config/modules.py.diff?r1=1.21&r2=1.22

To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 PEAK/src/peak/exceptions.py
cvs rdiff -r1.5 -r1.6 PEAK/src/peak/config/api.py
cvs rdiff -r1.21 -r1.22 PEAK/src/peak/config/modules.py

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




More information about the source-changes mailing list