[pypy-commit] [Git][pypy/pypy][branch/py3.8] add handling of -Xpycache_prefix and PYTHONPYCACHEPREFIX

2021-08-15 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 96d9f284 by Matti Picus at 2021-08-15T14:33:25+03:00 add handling of -Xpycache_prefix and PYTHONPYCACHEPREFIX --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/conftest.py - pypy/interpreter/app_main.py View it on He

[pypy-commit] [Git][pypy/pypy][branch/llvm-jit-backend-experimental] 5 commits: mostly implemented guard_not_forced and call_may_force

2021-08-15 Thread muke 101 (@muke101)
muke 101 pushed to branch branch/llvm-jit-backend-experimental at PyPy / pypy Commits: f325914f by muke101 at 2021-08-14T21:34:25+01:00 mostly implemented guard_not_forced and call_may_force --HG-- branch : llvm-jit-backend-experimental - - - - - 28cf086a by muke101 at 2021-08-15T01:58:46+01:

[pypy-commit] [Git][pypy/pypy][branch/llvm-jit-backend-experimental] 2 commits: implemented zero_array

2021-08-15 Thread muke 101 (@muke101)
muke 101 pushed to branch branch/llvm-jit-backend-experimental at PyPy / pypy Commits: 81a2c3f7 by muke101 at 2021-08-16T02:02:16+01:00 implemented zero_array --HG-- branch : llvm-jit-backend-experimental - - - - - 3657d0a2 by muke101 at 2021-08-16T05:11:31+01:00 fixed some test cases --HG--