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 gvanrossum
Recipients gvanrossum, pablogsal, yselivanov
Date 2021-01-14.04:45:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610599509.18.0.893371992468.issue42927@roundup.psfhosted.org>
In-reply-to
Content
I've been thinking about Python performance improvements, and I played around with an inline cache enhancement that supports slots. The results on a very simple benchmark look promising (30% speedup) but I'm terrible with our benchmarking tools, and this should be considered *very* carefully before we go ahead with it, since it could potentially pessimize the inline cache for standard attributes.

I'll attach a PR in a minute.
History
Date User Action Args
2021-01-14 04:45:09gvanrossumsetrecipients: + gvanrossum, yselivanov, pablogsal
2021-01-14 04:45:09gvanrossumsetmessageid: <1610599509.18.0.893371992468.issue42927@roundup.psfhosted.org>
2021-01-14 04:45:09gvanrossumlinkissue42927 messages
2021-01-14 04:45:08gvanrossumcreate