You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue was originally created at: 2008-08-16 04:34:14.
This issue was reported by: pankrat.
pankrat said at 2008-08-16 04:34:14
The attached patch reduces the memory footprint of Attrs instances which are
associated with every Node object. Most Attrs() only store the 'shared'
attribute. Using slots avoids creating a dict just to hold this attribute. If
more information is stored in attributes, a dict is still created in the dict slot.
The memory saved is not much (less than 100 Byte per Node object).
Requires Python 2.3 (due to the required dict slot).
pankrat said at 2008-08-16 04:35:16
Created an attachment (id=473)
New style slots class for Attrs
This issue was originally created at: 2008-08-16 04:34:14.
This issue was reported by:
pankrat
.pankrat said at 2008-08-16 04:34:14
pankrat said at 2008-08-16 04:35:16
gregnoel said at 2008-08-19 12:35:55
dirkbaechle said at 2014-05-17 15:09:56
bdbaddog said at 2015-10-01 19:18:17
More information about this issue is at http://www.scons.org/wiki/LudwigHaehne/SlotClasses.
pankrat attached slot_attrs.patch at 2008-08-16 04:35:16.
The text was updated successfully, but these errors were encountered: