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


Commits:
2d231563 by Carl Friedrich Bolz-Tereick at 2022-03-22T11:20:30+01:00
missing JIT optimization: list.extend(tuple) always forced the list. stop doing 
that.

this helps #3649 for 3.9 in particular, because there list.extend(tuple) is
called from certain bytecodes, eg LIST_EXTEND for *args

- - - - -


2 changed files:

- pypy/objspace/std/listobject.py
- pypy/objspace/std/test/test_listobject.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/2d231563b487f6291f937c38292cf8a9360a5b12

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/2d231563b487f6291f937c38292cf8a9360a5b12
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com

Reply via email to