2008/6/24 Dan Price <[EMAIL PROTECTED]>: > > Folks, > > Please take a look at the following fix: > > 2315 disposing of manifests following evalution yields 130MB heap > reduction > > http://cr.opensolaris.org/~dp/ips-mem/
http://cr.opensolaris.org/~dp/ips-mem/raw_files/new/src/modules/actions/legacy.py ========== 65: tabs instead of spaces 198 + populate the SVR4 packaging info """ Missing punctuation? > Pretty simple stuff, and also cleans up (kind of) an ugly interface > boundary between the legacy action and the core code. Suggestions > on a cleaner way? This looks fairly clean to me. > I also played with python's __slots__ feature as a way of reducing footprint, > but it's scary stuff, and so we should save it till we really need it. I don't think it's really that scary, but I'm not certain of the benefit here vs. the cost of complexity. -- Shawn Walker _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
