Author tim_one
Recipients loewis, pitrou, sable, tim_one
Date 2008-09-08.00:52:06
SpamBayes Score 2.0899e-08
Marked as misclassified No
Message-id <1220835127.56.0.0764264373645.issue3526@psf.upfronthosting.co.za>
In-reply-to
Content
> Anything in obmalloc that is not arena space should continue to come
> from malloc, I believe.

Sorry, but I don't understand why arena space should be different.  If a
platform's libc implementers think mmap should be used to obtain 256KB
chunks (i.e., arenas), then surely they implement the platform malloc to
defer to mmap in such cases.  If they don't but "should", then bugging
the platform vendor to improve the system malloc in this respect is the
best idea (then all apps on the platform benefit, and Python stays simpler).

OTOH, if for some compelling reason it's believed Python knows better
than platform vendors, then obmalloc should be uglied-up on all paths to
make the enlightened choice.
History
Date User Action Args
2008-09-08 00:52:07tim_onesetrecipients: + tim_one, loewis, pitrou, sable
2008-09-08 00:52:07tim_onesetmessageid: <1220835127.56.0.0764264373645.issue3526@psf.upfronthosting.co.za>
2008-09-08 00:52:07tim_onelinkissue3526 messages
2008-09-08 00:52:06tim_onecreate