Message234211
Fewer instructions doesn't necessarily translate into better performance. The bottleneck in superscalar, pipelined processors is often the data dependency path between instructions. Adding instructions may as well not slow anything down, if those instructions don't lengthen the dependency path.
It would be interesting to know what the impact of the patch is on the workloads that were supposed to be helped by the removed logic. |
|
Date |
User |
Action |
Args |
2015-01-18 01:26:40 | pitrou | set | recipients:
+ pitrou, tim.peters, rhettinger, serhiy.storchaka |
2015-01-18 01:26:40 | pitrou | set | messageid: <1421544400.39.0.987145107178.issue23259@psf.upfronthosting.co.za> |
2015-01-18 01:26:40 | pitrou | link | issue23259 messages |
2015-01-18 01:26:39 | pitrou | create | |
|