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 steve.dower
Recipients Mark.Shannon, brandtbucher, erlendaasland, gvanrossum, kj, lemburg, malin, neonene, pablogsal, paul.moore, rhettinger, steve.dower, tim.golden, vstinner, zach.ware
Date 2022-04-08.11:04:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1649415852.48.0.943383618939.issue45116@roundup.psfhosted.org>
In-reply-to
Content
> __assume(0) should be replaced with other function, inside the eval switch-case or in the inlined paths of callees. This is critical with PGO.

Out of interest, have you done other experiments confirming this? The reference linked is talking about compiler throughput (i.e. how long it takes to compile), and while it hints that using __assume(0) may interfere with other optimisations, that isn't supported with any detail or analysis in the post.
History
Date User Action Args
2022-04-08 11:04:12steve.dowersetrecipients: + steve.dower, lemburg, gvanrossum, rhettinger, paul.moore, vstinner, tim.golden, Mark.Shannon, zach.ware, malin, pablogsal, brandtbucher, neonene, erlendaasland, kj
2022-04-08 11:04:12steve.dowersetmessageid: <1649415852.48.0.943383618939.issue45116@roundup.psfhosted.org>
2022-04-08 11:04:12steve.dowerlinkissue45116 messages
2022-04-08 11:04:12steve.dowercreate