Message385063
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. |
|
Date |
User |
Action |
Args |
2021-01-14 04:45:09 | gvanrossum | set | recipients:
+ gvanrossum, yselivanov, pablogsal |
2021-01-14 04:45:09 | gvanrossum | set | messageid: <1610599509.18.0.893371992468.issue42927@roundup.psfhosted.org> |
2021-01-14 04:45:09 | gvanrossum | link | issue42927 messages |
2021-01-14 04:45:08 | gvanrossum | create | |
|