[pypy-commit] [Git][pypy/pypy][branch/default] this still failed on 32bit linux. weird. trying an extreme number to see

2022-04-22 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 72d4bac8 by Carl Friedrich Bolz-Tereick at 2022-04-22T13:07:06+02:00 this still failed on 32bit linux. weird. trying an extreme number to see whether it passes then. - - - - - 1 changed file: - lib-python/2.

[pypy-commit] [Git][pypy/pypy][branch/default] try to fix these two on 32bit

2022-04-22 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 66028b48 by Carl Friedrich Bolz-Tereick at 2022-04-22T13:16:34+02:00 try to fix these two on 32bit - - - - - 1 changed file: - pypy/module/pypyjit/test_pypy_c/test_instance.py View it on Heptapod: https:/

[pypy-commit] [Git][pypy/pypy][branch/default] just use struct to implement the simulation, it's like 100x faster (some

2022-04-22 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 8075497f by Carl Friedrich Bolz-Tereick at 2022-04-22T13:56:45+02:00 just use struct to implement the simulation, it's like 100x faster (some mapdict tests were seriously slow because of these functions) - - -

[pypy-commit] [Git][pypy/pypy][branch/global-caching-again] 2 commits: restructure that code

2022-04-22 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/global-caching-again at PyPy / pypy Commits: 3464b428 by Carl Friedrich Bolz-Tereick at 2022-04-22T13:54:42+02:00 restructure that code --HG-- branch : global-caching-again - - - - - 62639a37 by Carl Friedrich Bolz-Tereick at 2022-04-22T21: