Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy
Commits: 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 - - - - - 8 changed files: - rpython/jit/metainterp/heapcache.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_optimizeopt.py - rpython/jit/metainterp/pyjitpl.py - rpython/jit/metainterp/test/test_heapcache.py - rpython/jit/metainterp/test/test_tracingopts.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/a56c84b1ee66020d78e7cf4fea40bc30b1b377c7...aa7a99a17114b38b47a2c59acf69c341c6afe7aa -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/a56c84b1ee66020d78e7cf4fea40bc30b1b377c7...aa7a99a17114b38b47a2c59acf69c341c6afe7aa 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