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 brandtbucher
Recipients BTaskaya, Mark.Shannon, brandtbucher, eric.snow, gregory.p.smith, gvanrossum, pablogsal, rhettinger, serhiy.storchaka, terry.reedy, tim.peters
Date 2021-04-06.20:43:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617741819.88.0.274343280112.issue43684@roundup.psfhosted.org>
In-reply-to
Content
> I collected a few different sets of statistics: static stats for the stdlib and for mypy, dynamic stats for running mypy and a few of the benchmarks in pyperformance.

I'm sure you've considered this, but I'd be *very* careful using opcode stats from the official benchmarks to inform work on these improvements. It's probably better to stick to in-sample data from the stdlib / mypy / etc. and use the benchmarks *only* for measuring out-of-sample results.

Otherwise we may just end up hacking the benchmark suite. :)
History
Date User Action Args
2021-04-06 20:43:39brandtbuchersetrecipients: + brandtbucher, gvanrossum, tim.peters, rhettinger, terry.reedy, gregory.p.smith, Mark.Shannon, eric.snow, serhiy.storchaka, pablogsal, BTaskaya
2021-04-06 20:43:39brandtbuchersetmessageid: <1617741819.88.0.274343280112.issue43684@roundup.psfhosted.org>
2021-04-06 20:43:39brandtbucherlinkissue43684 messages
2021-04-06 20:43:39brandtbuchercreate