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 nanjekyejoannah
Recipients nanjekyejoannah, nascheme, pablogsal, tim.peters
Date 2019-12-28.20:04:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577563475.84.0.956814660515.issue39143@roundup.psfhosted.org>
In-reply-to
Content
> About "5 bits", no, we don't have 'em.  Even the relatively modest > ugliness we have now makes it impossible to port Python to a word->addressed machine (I'm not sure any still exist!).  Nothing in C >guarantees the last 2 or 3 bits of a pointer "are 0".  We're already >using two words to store 2 persistent pointers, one persistent flag, a >full-width transient reference count, and two transient flags.

In view of this, +1 for avoiding the extra bits for age storage. The steps scheme will work best in this case.
History
Date User Action Args
2019-12-28 20:04:35nanjekyejoannahsetrecipients: + nanjekyejoannah, tim.peters, nascheme, pablogsal
2019-12-28 20:04:35nanjekyejoannahsetmessageid: <1577563475.84.0.956814660515.issue39143@roundup.psfhosted.org>
2019-12-28 20:04:35nanjekyejoannahlinkissue39143 messages
2019-12-28 20:04:35nanjekyejoannahcreate