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 serhiy.storchaka
Recipients methane, pitrou, python-dev, serhiy.storchaka, vstinner, yselivanov
Date 2016-11-15.14:40:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479220801.94.0.407693816098.issue28618@psf.upfronthosting.co.za>
In-reply-to
Content
> * json: scanstring_unicode()

This doesn't look wise. This is specific to single extension module and perhaps to single particular benchmark. Most Python code don't use json at all.

What is the top of "perf report"? How this list intersects with the list of functions in .text.hot section of PGO build? Make several PGO builds (perhaps on different computers). Is .text.hot section stable?
History
Date User Action Args
2016-11-15 14:40:01serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, methane, python-dev, yselivanov
2016-11-15 14:40:01serhiy.storchakasetmessageid: <1479220801.94.0.407693816098.issue28618@psf.upfronthosting.co.za>
2016-11-15 14:40:01serhiy.storchakalinkissue28618 messages
2016-11-15 14:40:01serhiy.storchakacreate