E&S CVS Commit: pylib - Change to reduce the number of times an 'Eval()' gets compiled. This adds
pje at eby-sarna.com
pje at eby-sarna.com
Sun Jan 20 11:35:00 EST 2002
Module Name: pylib
Committed By: pje
Date: Sun Jan 20 16:34:32 UTC 2002
Modified Files:
pylib/TW: Builders.py Components.py
Log Message:
Change to reduce the number of times an 'Eval()' gets compiled. This adds
another performance boost to building the UML model. This change will of
course be completely irrelevant after the next major refactoring, but for
right now it shaves another half-second or so off my unit test runs. :)
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/pylib/TW/Builders.py.diff?r1=1.25&r2=1.26
http://cvs.eby-sarna.com/pylib/TW/Components.py.diff?r1=1.37&r2=1.38
To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 pylib/TW/Builders.py
cvs rdiff -r1.37 -r1.38 pylib/TW/Components.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