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 rhettinger
Recipients jkloth, rhettinger, serhiy.storchaka, vstinner
Date 2016-01-25.23:18:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453763925.39.0.173900272112.issue26201@psf.upfronthosting.co.za>
In-reply-to
Content
Writing your own static optimizer from scratch is overkill.  Following basic techniques from the Agner Fog manuals and Intel optimization manuals is quite reasonable in comparison.

Unless you see an actual defect in the patch, I'm applying it.
History
Date User Action Args
2016-01-25 23:18:45rhettingersetrecipients: + rhettinger, vstinner, jkloth, serhiy.storchaka
2016-01-25 23:18:45rhettingersetmessageid: <1453763925.39.0.173900272112.issue26201@psf.upfronthosting.co.za>
2016-01-25 23:18:45rhettingerlinkissue26201 messages
2016-01-25 23:18:45rhettingercreate