Enable JIT on power and s390x

This commit is contained in:
Miro Hrončok 2017-12-27 15:57:17 +01:00
parent 2b72df539c
commit a6780ec435
1 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,7 @@ ExcludeArch: aarch64
# it on the other archs. The resulting binary will typically be slower than # it on the other archs. The resulting binary will typically be slower than
# CPython for the latter case. # CPython for the latter case.
%ifarch %{ix86} x86_64 %{arm} %ifarch %{ix86} x86_64 %{arm} %{power64} s390x
%global with_jit 1 %global with_jit 1
%else %else
%global with_jit 0 %global with_jit 0
@ -832,6 +832,7 @@ CheckPyPy %{name}-stackless
* Mon Dec 25 2017 Miro Hrončok <mhroncok@redhat.com> - 5.10.0-1 * Mon Dec 25 2017 Miro Hrončok <mhroncok@redhat.com> - 5.10.0-1
- Update to 5.10 (#1528841) - Update to 5.10 (#1528841)
- Use pypy2 and python2-pycparser (note the twos) - Use pypy2 and python2-pycparser (note the twos)
- Enable JIT on power and s390x
* Fri Oct 20 2017 Miro Hrončok <mhroncok@redhat.com> - 5.9.0-1 * Fri Oct 20 2017 Miro Hrončok <mhroncok@redhat.com> - 5.9.0-1
- Update to 5.9 (#1504427) - Update to 5.9 (#1504427)