Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy


Commits:
b172139f by Carl Friedrich Bolz-Tereick at 2022-10-11T10:29:44+02:00
small simplification

- - - - -
216ff70e by Carl Friedrich Bolz-Tereick at 2022-10-12T22:05:00+02:00
ouch, the logic is inverted here:

these should wait till timeout, not stop waiting immediately

- - - - -
d81440e9 by Carl Friedrich Bolz-Tereick at 2022-10-21T11:58:38+02:00
this test was broken by trace segmenting, the new behaviour is fine

- - - - -
8446dfa2 by Carl Friedrich Bolz-Tereick at 2022-10-21T12:02:43+02:00
merge

- - - - -
6e69759d by Matti Picus at 2022-10-21T16:22:48+03:00
add missing documentation of pypyjit module

- - - - -
077dd15b by Matti Picus at 2022-10-22T21:56:48+03:00
move links from bitbucket to heptapod and from morepypy to pypy.org/blog

- - - - -
8f36af76 by Matti Picus at 2022-10-22T22:10:14+03:00
expose a little explaination about the JIT decay parameter

taken from decay_all_counters() in metainterp/counter.py

- - - - -
91173edd by Matti Picus at 2022-10-22T22:22:44+03:00
fix sphinx formatting

- - - - -
d137501b by Carl Friedrich Bolz-Tereick at 2022-10-25T14:24:33+02:00
make it possible to change the REMEMBER_LIMIT

- - - - -
67e60b38 by Carl Friedrich Bolz-Tereick at 2022-10-25T16:01:31+02:00
move max trace length checking to warmspot so we can make the limit dependent
on the model

- - - - -
92f1f683 by Carl Friedrich Bolz-Tereick at 2022-10-25T16:55:23+02:00
fix

- - - - -
59dfc01f by Carl Friedrich Bolz-Tereick at 2022-10-25T22:08:40+02:00
make locals use an instance dict to be able to remove them commpletely/make the
access efficient

add a test_pypy_c test

- - - - -
465d64f3 by Carl Friedrich Bolz-Tereick at 2022-10-25T22:10:07+02:00
merge default

--HG--
branch : py3.8

- - - - -


30 changed files:

- pypy/doc/contributing.rst
- pypy/doc/cpython_differences.rst
- pypy/doc/eventhistory.rst
- pypy/doc/extradoc.rst
- pypy/doc/faq.rst
- pypy/doc/jit-hooks.rst
- pypy/doc/jit_help.rst
- pypy/doc/objspace-proxies.rst
- pypy/doc/project-ideas.rst
- pypy/doc/sandbox.rst
- pypy/interpreter/pyframe.py
- pypy/module/pypyjit/test_pypy_c/test_misc.py
- pypy/module/thread/test/test_thread.py
- rpython/doc/architecture.rst
- rpython/doc/faq.rst
- rpython/doc/garbage_collection.rst
- rpython/doc/getting-started.rst
- rpython/doc/jit/pyjitpl5.rst
- rpython/doc/translation.rst
- rpython/jit/backend/test/support.py
- rpython/jit/metainterp/opencoder.py
- rpython/jit/metainterp/optimizeopt/pure.py
- rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py
- rpython/jit/metainterp/optimizeopt/test/test_optimizebridge.py
- rpython/jit/metainterp/optimizeopt/test/test_unroll.py
- rpython/jit/metainterp/optimizeopt/test/test_util.py
- rpython/jit/metainterp/optimizeopt/test/test_virtualstate.py
- rpython/jit/metainterp/test/support.py
- rpython/jit/metainterp/test/test_ajit.py
- rpython/jit/metainterp/test/test_compile.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/860b897b2611a4099ef9c63ce848fdec89c74b31...465d64f3c8bd8cb535f1928b3f1a8201f01088c0

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/860b897b2611a4099ef9c63ce848fdec89c74b31...465d64f3c8bd8cb535f1928b3f1a8201f01088c0
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