Carl Friedrich Bolz-Tereick pushed to branch branch/fix-intutils-ovf-bug at PyPy / pypy
Commits: 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 - - - - - 5be413ea by Carl Friedrich Bolz-Tereick at 2022-10-26T14:20:12+02:00 use newtuple2 - - - - - bb73ee84 by Matti Picus at 2022-10-27T16:18:45+02:00 backport changes to support max_str_digits - - - - - 0555344d by Matti Picus at 2022-10-27T23:22:08+02:00 merge heads - - - - - e78766eb by Matti Picus at 2022-10-28T14:43:23+03:00 test 0bf0c3fdc944 - - - - - a56c84b1 by Matti Picus at 2022-11-01T16:48:08+02:00 change a reference to codespeak.net - - - - - d307582e by Carl Friedrich Bolz-Tereick at 2022-10-29T13:10:38+02:00 those just work again (another reason why skip is worse than xfail) - - - - - 210d4fae by Carl Friedrich Bolz-Tereick at 2022-10-29T13:27:06+02:00 turn skips into xfails, remove those that pass - - - - - f4e6837a by Carl Friedrich Bolz-Tereick at 2022-10-29T13:27:26+02:00 tiny warmup improvement: don't create the recentops when looking for an existing op, only when adding one - - - - - bbeeedae by Carl Friedrich Bolz-Tereick at 2022-10-29T13:30:30+02:00 for INT_INVERT there is actually no need to use the pure machinery - - - - - 972320a6 by Carl Friedrich Bolz-Tereick at 2022-10-29T13:33:12+02:00 same for float_neg: don't use pureop cache - - - - - 9224bfd9 by Carl Friedrich Bolz-Tereick at 2022-11-01T11:44:41+01:00 make the heapcache support constants a little bit. useful for things like global dict reads - - - - - aa7a99a1 by Carl Friedrich Bolz-Tereick at 2022-11-01T20:53:32+01:00 turn boxes into consts in the frontend after guard_true/false - - - - - 0853419a by Matti Picus at 2022-11-02T21:06:13+02:00 tweak the "getting started" page - - - - - ebe971d6 by Carl Friedrich Bolz-Tereick at 2022-11-04T17:42:07+01:00 merge default --HG-- branch : fix-intutils-ovf-bug - - - - - 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/select/interp_epoll.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/heapcache.py - rpython/jit/metainterp/opencoder.py - rpython/jit/metainterp/optimizeopt/pure.py - rpython/jit/metainterp/optimizeopt/rewrite.py - rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py - rpython/jit/metainterp/optimizeopt/test/test_optimizebridge.py - rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.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 View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/e695bcb247af935bc94c6f04d2ac7c8dfbfd563e...ebe971d6541109d342678974a661f43a310067b1 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/e695bcb247af935bc94c6f04d2ac7c8dfbfd563e...ebe971d6541109d342678974a661f43a310067b1 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