Closed
Description
This issue was originally created at: 2003-05-08 09:08:00.
This issue was reported by: issues@scons
.
issues@scons said at 2003-05-08 09:08:00
This is an add-on to my last patch. There is a new
class, EntryProxy, that gets constructed A LOT! I did
some up-front calculation in the constructor, but this
patch moves that stuff to be lazily evaluated (the
common case is that the user won't need it at all).
This should improve performance quite a bit.
issues@scons said at 2003-05-08 09:08:00
Converted from SourceForge tracker item 734728