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

Commits:
c6433387 by Carl Friedrich Bolz-Tereick at 2020-03-02T16:55:10+01:00
speed up integer parsing:
- no need to call the fully general startswith implementation if the second
  argument is always just 1 or 2 chars
- implement a fast path for base 10 along the lines of what antocuni did in the
  json decoder

- - - - -
c004c6d5 by Carl Friedrich Bolz-Tereick at 2020-03-02T17:07:53+01:00
a magic function that gives access to the underlying utf-8 bytes of a unicode
object (useful for debugging)

- - - - -
0421762e by quejebo at 2020-03-01T08:07:28-08:00
Added support for spaceconfig in new style applevel tests

- - - - -
fef876f6 by Carl Friedrich Bolz-Tereick at 2020-03-02T19:21:42+01:00
move those utf8 benchmarks to more sensible places

- - - - -
07a6187b by Carl Friedrich Bolz-Tereick at 2020-03-02T19:47:20+01:00
gaaaaah, the JIT happily traces into json decoding, since it doesn't contain
loops. that's complete nonsense of course

- - - - -
3a3b8429 by Matti Picus at 2020-03-03T10:04:14+02:00
add frozenset to micronumpy's test FakeSpace

- - - - -
0564b650 by Matti Picus at 2020-03-03T10:22:25+02:00
improve __pypy__ documentation

- - - - -
35dafa3a by Matti Picus at 2020-03-03T10:29:39+02:00
merge default

--HG--
branch : py3.6

- - - - -


14 changed files:

- pypy/doc/__pypy__-module.rst
- pypy/doc/coding-guide.rst
- pypy/module/__pypy__/interp_buffer.py
- pypy/module/__pypy__/interp_magic.py
- pypy/module/__pypy__/moduledef.py
- pypy/module/__pypy__/test/test_magic.py
- pypy/module/_pypyjson/interp_decoder.py
- pypy/module/micronumpy/compile.py
- unicode-bench.py → pypy/tool/bench/unicode-bench.py
- pypy/tool/pytest/apptest2.py
- pypy/tool/pytest/test/test_appsupport.py
- rpython/rlib/rarithmetic.py
- rpython/rlib/rstring.py
- targetunicode-bench.py → rpython/translator/goal/targetunicode-bench.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/compare/3c7de0e32fec40f7da39376956d69dae9e169ec7...35dafa3a2b9f64be430aec9ce45f2b38d9e67d2e

---
View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/compare/3c7de0e32fec40f7da39376956d69dae9e169ec7...35dafa3a2b9f64be430aec9ce45f2b38d9e67d2e
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