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 vstinner
Recipients vstinner
Date 2020-02-07.00:11:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581034308.93.0.735025719787.issue39573@roundup.psfhosted.org>
In-reply-to
Content
> it can prepare CPython to experiment tagged pointers

In September 2018, Neil Schemenauer did an experiment:

* https://mail.python.org/archives/list/capi-sig@python.org/thread/EGAY55ZWMF2WSEMP7VAZSFZCZ4VARU7L/
* https://github.com/nascheme/cpython/commits/tagged_int

More recent discussion on the capi-sig list:

https://mail.python.org/archives/list/capi-sig@python.org/thread/JPUNPN3AILGXOA3C2TTSLMOFNSWJE3QX/

See also my notes:
https://pythoncapi.readthedocs.io/optimization_ideas.html#tagged-pointers-doable

Wikipedia article: https://en.wikipedia.org/wiki/Tagged_pointer
History
Date User Action Args
2020-02-07 00:11:48vstinnersetrecipients: + vstinner
2020-02-07 00:11:48vstinnersetmessageid: <1581034308.93.0.735025719787.issue39573@roundup.psfhosted.org>
2020-02-07 00:11:48vstinnerlinkissue39573 messages
2020-02-07 00:11:48vstinnercreate