◐ Shell
clean mode source ↗

Message 258594 - Python tracker

Message258594

Author vstinner
Recipients benjamin.peterson, brett.cannon, georg.brandl, ncoghlan, rhettinger, serhiy.storchaka, vstinner, yselivanov
Date 2016-01-19.13:58:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453211918.34.0.000132815319516.issue26148@psf.upfronthosting.co.za>
In-reply-to
Content
FYI fatoptimizer has a more efficient algorithm to merge constants:
http://fatoptimizer.readthedocs.org/en/latest/optimizations.html#comparison-with-the-peephole-optimizer

It looks like it interns strings which are part of tuples. To be honest, I don't understand how it works, but it works :-)
History
Date User Action Args
2016-01-19 13:58:38vstinnersetrecipients: + vstinner, brett.cannon, georg.brandl, rhettinger, ncoghlan, benjamin.peterson, serhiy.storchaka, yselivanov
2016-01-19 13:58:38vstinnersetmessageid: <1453211918.34.0.000132815319516.issue26148@psf.upfronthosting.co.za>
2016-01-19 13:58:38vstinnerlinkissue26148 messages
2016-01-19 13:58:38vstinnercreate