[pypy-commit] [Git][pypy/pypy][branch/default] 4 commits: Specialize builtin sum for lists/tuples

Carl Friedrich Bolz-Tereick (@cfbolz) foss at heptapod.net
Tue Jun 22 07:04:12 EDT 2021



Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy


Commits:
55136feb by olliemath at 2021-06-22T09:26:27+01:00
Specialize builtin sum for lists/tuples

--HG--
branch : specialize-sum

- - - - -
a1973663 by olliemath at 2021-06-22T09:40:49+01:00
sum: add edge-cases to tests

--HG--
branch : specialize-sum

- - - - -
87824422 by olliemath at 2021-06-22T09:54:56+01:00
Sum: split tuple/list specialization. Handle all edge cases.

--HG--
branch : specialize-sum

- - - - -
3119d9ce by Carl Friedrich Bolz-Tereick at 2021-06-22T11:04:05+00:00
Merge branch 'branch/specialize-sum' into 'branch/default'

Specialize builtin sum for lists/tuples

Closes #3492

See merge request pypy/pypy!823

- - - - -


2 changed files:

- pypy/module/__builtin__/app_functional.py
- pypy/module/__builtin__/test/test_builtin.py


View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/3540d01cd87665d9801e101cc3e2a64dec86f048...3119d9ce8aad9f9154835e93e4aebb50786e70cb

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/3540d01cd87665d9801e101cc3e2a64dec86f048...3119d9ce8aad9f9154835e93e4aebb50786e70cb
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20210622/bed3c1fd/attachment-0001.html>


More information about the pypy-commit mailing list