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 kristjan.jonsson, larry, neologix, pitrou, tim.peters
Date 2014-04-15.16:59:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397581194.56.0.274160051799.issue21220@psf.upfronthosting.co.za>
In-reply-to
Content
In Python 3, arenas are allocated using mmap(), so wherever the arena ends up in the address space shouldn't matter, should it?
Also, the new strategy adds an O(n) component in the allocator.
History
Date User Action Args
2014-04-15 16:59:54pitrousetrecipients: + pitrou, tim.peters, kristjan.jonsson, larry, neologix
2014-04-15 16:59:54pitrousetmessageid: <1397581194.56.0.274160051799.issue21220@psf.upfronthosting.co.za>
2014-04-15 16:59:54pitroulinkissue21220 messages
2014-04-15 16:59:54pitroucreate