[issue41873] Add vectorcall for float()

2021-04-06 Thread Dong-hee Na


Change by Dong-hee Na :


--
pull_requests:  -23959

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41873] Add vectorcall for float()

2021-04-06 Thread Dong-hee Na


Change by Dong-hee Na :


--
pull_requests: +23959
pull_request: https://github.com/python/cpython/pull/25219

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41873] Add vectorcall for float()

2020-09-28 Thread Dong-hee Na


Dong-hee Na  added the comment:

Now float() is faster!
Thank you for your contribution, Dennis :)
And thank you Victor as co-reviewer!

--
nosy: +vstinner
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41873] Add vectorcall for float()

2020-09-28 Thread Dong-hee Na


Dong-hee Na  added the comment:


New changeset e8acc355d430b45f1c3ff83312e72272262a854f by Dennis Sweeney in 
branch 'master':
bpo-41873: Add vectorcall for float() (GH-22432)
https://github.com/python/cpython/commit/e8acc355d430b45f1c3ff83312e72272262a854f


--
nosy: +corona10

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41873] Add vectorcall for float()

2020-09-28 Thread Dennis Sweeney


Change by Dennis Sweeney :


--
keywords: +patch
pull_requests: +21463
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/22432

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41873] Add vectorcall for float()

2020-09-28 Thread Dennis Sweeney


New submission from Dennis Sweeney :

I got these benchmarks:

.\python.bat -m pyperf timeit "float(0)"

Before: Mean +- std dev: 79.0 ns +- 1.0 ns
After:  Mean +- std dev: 51.5 ns +- 1.6 ns

--
components: Interpreter Core
messages: 377590
nosy: Dennis Sweeney
priority: normal
severity: normal
status: open
title: Add vectorcall for float()
type: performance
versions: Python 3.10

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com