[Python-Dev] Python 3.6 dict becomes compact and gets a private version; and keywords become ordered

Victor Stinner victor.stinner at gmail.com
Thu Sep 15 05:47:25 EDT 2016


2016-09-15 11:29 GMT+02:00 Antoine Pitrou <solipsis at pitrou.net>:
> That sounds irrelevant. LTO+PGO improves performance, it does
> nothing for benchmarking per se.

In the past, I had bad surprised when running benchmarks without PGO:
https://haypo.github.io/journey-to-stable-benchmark-deadcode.html

I don't recall if ALSR was enabled or not. But I don't think that I
used multiple processes when I ran these benchmarks because I didn't
write the code yet :-)

I should probably redo the same benchmark using new shiny benchmarking
tools (which are expected to be more reliable and stable).

Victor


More information about the Python-Dev mailing list