Matti Picus pushed to branch branch/py3.6 at PyPy / pypy

Commits:
a4428959 by Richard Plangger at 2020-02-20T15:16:57-03:00
byteorder related issue, check the byte order of that machine

- - - - -
4f97d2c5 by Richard Plangger at 2020-02-20T16:13:10-03:00
missing properties for the reg allocation tests (zarch)

- - - - -
06ef154c by Carl Friedrich Bolz-Tereick at 2020-02-21T10:01:11+01:00
count the number of ops that aren't even executed, because they are caught 
by
the heap cache

- - - - -
7489dbed by Carl Friedrich Bolz-Tereick at 2020-02-21T11:52:02+01:00
fix translation

- - - - -
f3543d05 by Carl Friedrich Bolz-Tereick at 2020-02-21T12:50:59+01:00
fix test

- - - - -
3ad8a8eb by kotus9 at 2020-02-21T16:40:34+03:00
Fixed link to issue tracker

- - - - -
1c613108 by Richard Plangger at 2020-02-22T15:09:31-03:00
__BIG_ENDIAN__ is not defined by the s390x target, use some other macros to 
determine the endianess of the platform

- - - - -
9a44e829 by Richard Plangger at 2020-02-22T15:17:08-03:00
should have been #if not #ifdef

- - - - -
b0b88c83 by Matti Picus at 2020-02-22T22:58:05+02:00
delete build dependencies when finished with them

- - - - -
0147c3a3 by Matti Picus at 2020-02-23T17:40:14+02:00
older msvc does not have TCP_FASTOPEN

- - - - -
3cb519bd by Matti Picus at 2020-02-23T17:42:12+02:00
merge default into py3.6

--HG--
branch : py3.6

- - - - -


12 changed files:

- extra_tests/ctypes_tests/test_structures.py
- lib_pypy/tools/build_cffi_imports.py
- pypy/doc/index.rst
- rpython/jit/backend/zarch/test/test_regalloc.py
- rpython/jit/metainterp/jitprof.py
- rpython/jit/metainterp/pyjitpl.py
- rpython/jit/metainterp/test/test_jitprof.py
- rpython/jit/tool/jitoutput.py
- rpython/jit/tool/test/test_jitoutput.py
- rpython/rlib/_rsocket_rffi.py
- rpython/rlib/jit.py
- rpython/translator/c/src/support.c


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/compare/8fe8febf09ec0d2dc97839668b16c30f92517d7b...3cb519bddcaa421137a48b9f96d998ffc507b034

---
View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/compare/8fe8febf09ec0d2dc97839668b16c30f92517d7b...3cb519bddcaa421137a48b9f96d998ffc507b034
You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to