E&S CVS Commit: PEAK - Added "dynamic method templates" to MethodExporter. This greatly cleans up

pje at eby-sarna.com pje at eby-sarna.com
Sun Feb 23 21:46:00 EST 2003


Module Name:	PEAK
Committed By:	pje
Date:		Mon Feb 24 02:45:10 UTC 2003

Modified Files:
	PEAK/src/peak/model: features.py method_exporter.py

Log Message:
Added "dynamic method templates" to MethodExporter.  This greatly cleans up
the control/definition flow of features' method templates, and should make
it easier to "inline" functions and "hoist" decisions in the method
templates to improve performance (at the cost of some code repetition).


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/model/features.py.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/PEAK/src/peak/model/method_exporter.py.diff?r1=1.7&r2=1.8

To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 PEAK/src/peak/model/features.py
cvs rdiff -r1.7 -r1.8 PEAK/src/peak/model/method_exporter.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