[issue46921] Vectorcall support for super()

2022-03-05 Thread Ken Jin
Change by Ken Jin : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue46921] Vectorcall support for super()

2022-03-05 Thread Ken Jin
Ken Jin added the comment: New changeset 602024e6e12c69d836aa191d63db75862aec2493 by Ken Jin in branch 'main': bpo-46921: Vectorcall support for `super()` (GH-31687) https://github.com/python/cpython/commit/602024e6e12c69d836aa191d63db75862aec2493 --

[issue46921] Vectorcall support for super()

2022-03-05 Thread Dong-hee Na
Dong-hee Na added the comment: Mean +- std dev: [base] 254 ns +- 6 ns -> [vectorcall] 225 ns +- 1 ns: 1.13x faster -- Added file: https://bugs.python.org/file50657/bench_super.py ___ Python tracker

[issue46921] Vectorcall support for super()

2022-03-05 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue46921] Vectorcall support for super()

2022-03-04 Thread Ken Jin
Change by Ken Jin : -- keywords: +patch pull_requests: +29806 stage: -> patch review pull_request: https://github.com/python/cpython/pull/31687 ___ Python tracker ___

[issue46921] Vectorcall support for super()

2022-03-04 Thread Ken Jin
New submission from Ken Jin : This is related to bpo-46564. The changes are less ambitious but should produce a nice speedup. -- messages: 414535 nosy: kj priority: normal severity: normal status: open title: Vectorcall support for super() versions: Python 3.11