diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2019-01-12 08:26:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-12 08:26:34 +0200 |
commit | d0d3e99120b19a4b800f0f381b2807c93aeecf0e (patch) | |
tree | 03934060f807cf8027fe8542dc1ca003ce27879d /Python/ast.c | |
parent | 793426687509be24a42663a27e568cc92dcc07f6 (diff) | |
download | cpython-git-d0d3e99120b19a4b800f0f381b2807c93aeecf0e.tar.gz |
bpo-35719: Optimize multi-argument math functions. (GH-11527)
Use the fast call convention for math functions atan2(),
copysign(), hypot() and remainder() and inline unpacking
arguments. This sped up them by 1.3--2.5 times.
Diffstat (limited to 'Python/ast.c')
0 files changed, 0 insertions, 0 deletions