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 Dmitry Rubanovich, methane, pitrou, rhettinger, serhiy.storchaka, xiang.zhang
Date 2017-06-23.11:32:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498217542.94.0.285157572745.issue29304@psf.upfronthosting.co.za>
In-reply-to
Content
From a purely human and social perspective, I agree that it's beneficial to minimize duplicated code.

From a performance perspective, I can see two possible consequences:
- either compilers are already smart enough to undo the code duplication, and generated code will remain the same => no performance difference
- or compilers are not able to undo the code duplication, and the reduced I-cache pressure may be beneficial on non-trivial workloads => potential improvement (though probably minor) with the reduced code size
History
Date User Action Args
2017-06-23 11:32:22pitrousetrecipients: + pitrou, rhettinger, methane, serhiy.storchaka, xiang.zhang, Dmitry Rubanovich
2017-06-23 11:32:22pitrousetmessageid: <1498217542.94.0.285157572745.issue29304@psf.upfronthosting.co.za>
2017-06-23 11:32:22pitroulinkissue29304 messages
2017-06-23 11:32:22pitroucreate