[pypy-commit] [Git][pypy/pypy][branch/py3.9] (Lau, cfbolz checking): #3859 speed up comb and perm

2022-11-25 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: e072b9be by Carl Friedrich Bolz-Tereick at 2022-11-25T09:49:03+01:00 (Lau, cfbolz checking): #3859 speed up comb and perm - comb: reduce the fraction occasionally, not just at the very end; but also not every i

[pypy-commit] [Git][pypy/pypy][branch/default] consider equal lltype ptrs to be equal constants in rpython constant-folding

2022-11-25 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: ebeb06b6 by Carl Friedrich Bolz-Tereick at 2022-11-25T13:08:22+01:00 consider equal lltype ptrs to be equal constants in rpython constant-folding in particular nullptrs are considered to be the same - - - - -