[pypy-commit] [Mercurial][pypy/pypy][branch/better-storesink-2] 47 commits: #3805 implement a sub-quadratic algorithm for int(),

2023-05-31 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/better-storesink-2 at PyPy / pypy Commits: 5af4ae79 by Carl Friedrich Bolz-Tereick at 2022-09-12T22:12:41+02:00 #3805 implement a sub-quadratic algorithm for int(some huge string), O(len(s) ** 1.58) adapted from pure python code in

[pypy-commit] [Mercurial][pypy/pypy][branch/default] d77a1ac14a7e leads to the two extra operations, which are a bit annoying but

2023-05-31 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 07841690 by Carl Friedrich Bolz-Tereick at 2023-05-31T21:36:43+02:00 d77a1ac14a7e leads to the two extra operations, which are a bit annoying but not that costly - - - - - 1 changed file: -

[pypy-commit] [Mercurial][pypy/pypy][branch/default] 11 commits: try to get rid of the weird _cache mechanism in the History class

2023-05-31 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 99a7389e by Carl Friedrich Bolz-Tereick at 2023-05-30T14:17:11+02:00 try to get rid of the weird _cache mechanism in the History class --HG-- branch : jit-history-no-cache - - - - - 155a1b3d by Carl Friedrich

[pypy-commit] [Mercurial][pypy/pypy][branch/jit-history-no-cache] fixes

2023-05-31 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/jit-history-no-cache at PyPy / pypy Commits: 5b2e7691 by Carl Friedrich Bolz-Tereick at 2023-05-31T21:17:31+02:00 fixes --HG-- branch : jit-history-no-cache - - - - - 1 changed file: - rpython/jit/metainterp/test/test_warmstate.py

[pypy-commit] [Mercurial][pypy/pypy] Pushed new branch branch/jit-history-no-cache

2023-05-31 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed new branch branch/jit-history-no-cache at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/jit-history-no-cache You're receiving this email because of your account on foss.heptapod.net.

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 10 commits: update release note

2023-05-31 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 69d07ce7 by Matti Picus at 2023-05-24T13:44:23+03:00 update release note - - - - - 1954fe02 by Matti Picus at 2023-05-24T13:48:59+03:00 make note appear - - - - - e1698c85 by Matti Picus at 2023-05-24T13:58:12+03:00 typo - -

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 11 commits: update release note

2023-05-31 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 69d07ce7 by Matti Picus at 2023-05-24T13:44:23+03:00 update release note - - - - - 1954fe02 by Matti Picus at 2023-05-24T13:48:59+03:00 make note appear - - - - - e1698c85 by Matti Picus at 2023-05-24T13:58:12+03:00 typo - -

[pypy-commit] [Mercurial][pypy/pypy][branch/default] update openssl (1.1.1u, 3.0.9) and lzma (5.2.10)

2023-05-31 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 83f640bb by Matti Picus at 2023-05-31T14:47:29+03:00 update openssl (1.1.1u, 3.0.9) and lzma (5.2.10) - - - - - 1 changed file: - lib_pypy/pypy_tools/build_cffi_imports.py View it on Heptapod:

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] fix for inplace_pow

2023-05-31 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 1f19f1d3 by Matti Picus at 2023-05-31T12:20:01+03:00 fix for inplace_pow --HG-- branch : py3.10 - - - - - 1 changed file: - pypy/objspace/descroperation.py View it on Heptapod:

[pypy-commit] [Mercurial][pypy/pypy][branch/hpy-0.9] start to adopt interp_long for the new API names

2023-05-31 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.9 at PyPy / pypy Commits: a83b0af0 by Matti Picus at 2023-05-31T10:51:41+03:00 start to adopt interp_long for the new API names --HG-- branch : hpy-0.9 - - - - - 2 changed files: - pypy/module/_hpy_universal/interp_long.py -

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] resync space.pow() for merge

2023-05-31 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 450a32eb by Matti Picus at 2023-05-30T10:48:49+03:00 resync space.pow() for merge --HG-- branch : py3.10 - - - - - 1 changed file: - pypy/objspace/descroperation.py View it on Heptapod: