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 dmalcolm, flox, kaifeng, neologix, pitrou
Date 2011-05-02.17:50:30
SpamBayes Score 0.0012686502
Marked as misclassified No
Message-id <1304358630.97.0.581714167532.issue11849@psf.upfronthosting.co.za>
In-reply-to
Content
This is a very interesting patch, thank you.
I've tested it on Mandriva 64-bit and it indeed fixes the free() issue on the XML workload. I see no regression on pybench, stringbench or json/pickle benchmarks.

I guess the final patch will have to guard the mallopt() call with some #ifdef?
(also, I suppose a portable solution would have to call mmap() ourselves for allocation of arenas, but that would probably be a bit more involved)
History
Date User Action Args
2011-05-02 17:50:31pitrousetrecipients: + pitrou, flox, dmalcolm, neologix, kaifeng
2011-05-02 17:50:30pitrousetmessageid: <1304358630.97.0.581714167532.issue11849@psf.upfronthosting.co.za>
2011-05-02 17:50:30pitroulinkissue11849 messages
2011-05-02 17:50:30pitroucreate