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 serprex
Recipients serprex
Date 2010-12-08.01:25:50
SpamBayes Score 0.00020994812
Marked as misclassified No
Message-id <1291771551.8.0.926490370256.issue10648@psf.upfronthosting.co.za>
In-reply-to
Content
This modifies the peepholer's BUILD/UNPACK_SEQUENCE for the case when all stores are simple, or all loads are simple

It first scans to see if the pushing is done with simple LOADs. If so, it reverses the loads and removes the build unpack. If not, it scans ahead to see if it is followed by simple STOREs. If so, it reverses the stores and removes the build unpack
History
Date User Action Args
2010-12-08 01:25:51serprexsetrecipients: + serprex
2010-12-08 01:25:51serprexsetmessageid: <1291771551.8.0.926490370256.issue10648@psf.upfronthosting.co.za>
2010-12-08 01:25:50serprexlinkissue10648 messages
2010-12-08 01:25:50serprexcreate