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 pablogsal
Recipients corona10, eelizondo, gregory.p.smith, nascheme, pablogsal, pitrou, steve.dower, tim.peters
Date 2020-04-13.20:10:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586808608.65.0.0337134490662.issue40255@roundup.psfhosted.org>
In-reply-to
Content
> If it's easy to set up, it might be interesting to see if there's a difference if (e.g.) all interned strings are marked as immortal, or all small ints. Or type objects. Maybe set a flag during initialization and treat everything created before that as immortal.

I can look into it, the main problem is that every run of the pyperformance test suite takes several hours, even more with --full-pgo :(  I will try to set up some automation for that when I have some free cycles
History
Date User Action Args
2020-04-13 20:10:08pablogsalsetrecipients: + pablogsal, tim.peters, nascheme, gregory.p.smith, pitrou, steve.dower, corona10, eelizondo
2020-04-13 20:10:08pablogsalsetmessageid: <1586808608.65.0.0337134490662.issue40255@roundup.psfhosted.org>
2020-04-13 20:10:08pablogsallinkissue40255 messages
2020-04-13 20:10:08pablogsalcreate