Message 283302 - Python tracker

Message283302

Author vstinner
Recipients python-dev, serhiy.storchaka, vstinner
Date 2016-12-15.13:45:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481809537.61.0.487598192134.issue28870@psf.upfronthosting.co.za>
In-reply-to
Content
I also tried to use alloca(): see attached alloca.patch. But the result is quite bad: 528 bytes of stack memory per call. I only attach the patch to discuss the issue, but I now dislike the option: the result is bad, it's less portable and more dangerous.
History
Date User Action Args
2016-12-15 13:45:37vstinnersetrecipients: + vstinner, python-dev, serhiy.storchaka
2016-12-15 13:45:37vstinnersetmessageid: <1481809537.61.0.487598192134.issue28870@psf.upfronthosting.co.za>
2016-12-15 13:45:37vstinnerlinkissue28870 messages
2016-12-15 13:45:37vstinnercreate