This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients amaury.forgeotdarc, benjamin.peterson, pitrou
Date 2009-05-01.10:35:32
SpamBayes Score 1.3598547e-05
Marked as misclassified No
Message-id <1241174241.5114.1.camel@localhost>
In-reply-to <1241165200.77.0.779938949951.issue5883@psf.upfronthosting.co.za>
Content
> The various structures now contain several 'boolean' flags. It would 
> improve memory usage to use bitfields. Or would this impact performance 
> ?

Those structures usually allocate a 4KB- or 8KB- buffer each, so I don't
think squeezing two or three bytes would do a lot of difference
(performance probably wouldn't be affected either).

Also, I don't find the bitfield notation very readable (and it isn't
found anywhere else in the interpreter AFAIK), but that's just me :-)
History
Date User Action Args
2009-05-01 10:35:35pitrousetrecipients: + pitrou, amaury.forgeotdarc, benjamin.peterson
2009-05-01 10:35:33pitroulinkissue5883 messages
2009-05-01 10:35:32pitroucreate