[Python-Dev] Python 3.6 dict becomes compact and gets a private version; and keywords become ordered
Antoine Pitrou
solipsis at pitrou.net
Thu Sep 15 05:29:51 EDT 2016
More information about the Python-Dev mailing list
Thu Sep 15 05:29:51 EDT 2016
- Previous message (by thread): [Python-Dev] Python 3.6 dict becomes compact and gets a private version; and keywords become ordered
- Next message (by thread): [Python-Dev] Python 3.6 dict becomes compact and gets a private version; and keywords become ordered
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 15 Sep 2016 10:57:07 +0200 Victor Stinner <victor.stinner at gmail.com> wrote: > > > Both Python is built without neither `--with-optimizations` or `make > > profile-opt`. > > That's bad :-) For most reliable benchmarks, it's better to use > LTO+PGO compilation. That sounds irrelevant. LTO+PGO improves performance, it does nothing for benchmarking per se. That said, it's probably more useful to benchmark an optimized Python build than an unoptimized one... Regards Antoine.
- Previous message (by thread): [Python-Dev] Python 3.6 dict becomes compact and gets a private version; and keywords become ordered
- Next message (by thread): [Python-Dev] Python 3.6 dict becomes compact and gets a private version; and keywords become ordered
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list