Matti Picus pushed to branch branch/py3.7 at PyPy / pypy


Commits:
48b98346 by Carl Friedrich Bolz-Tereick at 2021-02-04T13:44:54+01:00
call more appropriate methods a bit everywhere

--HG--
branch : intbound-improvements-3

- - - - -
77dc56b7 by Carl Friedrich Bolz-Tereick at 2021-02-04T14:23:10+01:00
more of same

--HG--
branch : intbound-improvements-3

- - - - -
48be10cf by Carl Friedrich Bolz-Tereick at 2021-02-04T14:26:58+01:00
kill unnecessary imports

--HG--
branch : intbound-improvements-3

- - - - -
dc65a713 by Carl Friedrich Bolz-Tereick at 2021-02-04T15:07:36+01:00
document branch

--HG--
branch : intbound-improvements-3

- - - - -
0e49cf0c by Carl Friedrich Bolz-Tereick at 2020-04-26T17:37:20+02:00
make the JIT reason about int_invert and int_neg

--HG--
branch : intbound-improvements-3

- - - - -
38d9440a by Carl Friedrich Bolz-Tereick at 2020-04-29T11:06:35+02:00
better reasoning about upper bounds of or and xor, and about lower bounds of or

--HG--
branch : intbound-improvements-3

- - - - -
4f222570 by Carl Friedrich Bolz-Tereick at 2020-04-28T18:39:09+02:00
fix type-unsafe test

--HG--
branch : intbound-improvements-3

- - - - -
5d70c6a9 by Carl Friedrich Bolz-Tereick at 2021-02-15T17:05:28+01:00
Backed out changeset f1c2880a6b49
(some test fails weirdly, trying to see what caused it)

--HG--
branch : intbound-improvements-3

- - - - -
625bd7d5 by Carl Friedrich Bolz-Tereick at 2021-02-21T12:50:27+01:00
merge intbount-improvements-3

refactor the intbounds analyzer a little bit, add some optimizations for
int_neg and int_invert

- - - - -
e67c4108 by Matti Picus at 2021-02-21T16:24:11+02:00
test, fix for PyObject_Format(space.wrap(type('a')), None)

--HG--
branch : issue-3404

- - - - -
3dc2b420 by Matti Picus at 2021-02-21T20:05:34+02:00
update cffi to c16abb8f809f

- - - - -
fdfe9d93 by Matti Picus at 2021-02-21T20:20:13+02:00
merge branch to fix PyObject_Format for type objects (issue 3404)

- - - - -
03705a70 by Matti Picus at 2021-02-21T20:22:22+02:00
merge default into py3.7

--HG--
branch : py3.7

- - - - -
b8e08a49 by Matti Picus at 2021-02-21T20:23:19+02:00
typo

--HG--
branch : py3.7

- - - - -


13 changed files:

- extra_tests/cffi_tests/test_c.py
- lib_pypy/cffi/verifier.py
- pypy/doc/whatsnew-head.rst
- pypy/doc/whatsnew-pypy3-head.rst
- pypy/module/_cffi_backend/test/_backend_test_c.py
- pypy/module/cpyext/object.py
- pypy/module/cpyext/test/test_object.py
- rpython/jit/metainterp/optimizeopt/intbounds.py
- rpython/jit/metainterp/optimizeopt/intutils.py
- rpython/jit/metainterp/optimizeopt/rewrite.py
- rpython/jit/metainterp/optimizeopt/test/test_intbound.py
- rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py
- rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/28d4cc3249896bffe6420b21138a7f052ccacb0c...b8e08a49175368a560c6db50cef181e0e39719c9

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/28d4cc3249896bffe6420b21138a7f052ccacb0c...b8e08a49175368a560c6db50cef181e0e39719c9
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to