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


Commits:
10a8e840 by Carl Friedrich Bolz-Tereick at 2020-04-19T15:41:31Z
fix abstract method signature

--HG--
branch : rsre-tweaks

- - - - -
dc3983d3 by Carl Friedrich Bolz-Tereick at 2020-04-22T17:15:06Z
use str.find in prefix search of utf-8 strings, need to evaluate the trade-offs
in detail

--HG--
branch : rsre-tweaks

- - - - -
4a98629b by Carl Friedrich Bolz-Tereick at 2020-04-23T07:19:14Z
fix translation

--HG--
branch : rsre-tweaks

- - - - -
cbfc4a05 by Carl Friedrich Bolz-Tereick at 2020-04-24T18:23:42Z
fix translation

--HG--
branch : rsre-tweaks

- - - - -
5819cd4d by Carl Friedrich Bolz-Tereick at 2020-04-26T12:38:13Z
interemediate checkin: re-work find_repetition_end

--HG--
branch : rsre-tweaks

- - - - -
45f50dbb by Carl Friedrich Bolz-Tereick at 2020-04-26T13:35:05Z
implement the maxcount == 1 optimization

--HG--
branch : rsre-tweaks

- - - - -
2c4d273d by Carl Friedrich Bolz-Tereick at 2020-04-26T15:37:20Z
make the JIT reason about int_invert and int_neg

--HG--
branch : rsre-tweaks

- - - - -
c91d43db by Carl Friedrich Bolz-Tereick at 2020-04-28T16:12:37Z
fix failing test

--HG--
branch : rsre-tweaks

- - - - -
1972bd52 by Carl Friedrich Bolz-Tereick at 2020-04-28T16:34:41Z
intermediate checkin

--HG--
branch : rsre-tweaks

- - - - -
cde56406 by Carl Friedrich Bolz-Tereick at 2020-04-28T16:39:09Z
fix type-unsafe test

--HG--
branch : rsre-tweaks

- - - - -
eedb112a by Carl Friedrich Bolz-Tereick at 2020-04-29T08:07:33Z
improve bounds of the indexes of getarrayitem and strgetitem ops

--HG--
branch : rsre-tweaks

- - - - -


15 changed files:

- pypy/module/_sre/interp_sre.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
- rpython/rlib/jit.py
- rpython/rlib/rsre/rsre_core.py
- rpython/rlib/rsre/rsre_utf8.py
- rpython/rlib/rsre/test/support.py
- rpython/rlib/rsre/test/test_match.py
- rpython/rlib/rsre/test/test_search.py
- rpython/rlib/rsre/test/test_zhypothesis.py
- rpython/rlib/rsre/test/test_zjit.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/compare/4ba0d7a903b1d7dad612e9c4a21702c28614b92f...eedb112aba7b5eea51b6492e52abc4924a114122

-- 
View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/compare/4ba0d7a903b1d7dad612e9c4a21702c28614b92f...eedb112aba7b5eea51b6492e52abc4924a114122
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to