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 vstinner
Recipients pitrou, vstinner
Date 2016-11-05.15:37:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYxRfsS9nyHcnKnWmai7UgdY9ZTGK+QwtGbFKKKPzLy+A@mail.gmail.com>
In-reply-to <1478339960.12.0.758742857374.issue28618@psf.upfronthosting.co.za>
Content
Antoine Pitrou added the comment:
> Can you compare against a PGO build?

Do you mean comparison between current Python with PGO and patched
Python without PGO?

The hot attribute is ignored by GCC when PGO compilation is used.

> Ubuntu 14.04 is old, and I don't think this is something we should worry about.

Well, it's a practical issue for me to run benchmarks for speed.python.org.

Moreover, I like the idea of getting a fast(er) Python even when no
advanced optimization techniques like LTO or PGO is used. At least,
it's common to build quickly Python using "./configure && make" for a
quick benchmark.
History
Date User Action Args
2016-11-05 15:37:45vstinnersetrecipients: + vstinner, pitrou
2016-11-05 15:37:45vstinnerlinkissue28618 messages
2016-11-05 15:37:44vstinnercreate