File: s390x.rst

package info (click to toggle)
pypy3 7.3.19%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 212,236 kB
  • sloc: python: 2,098,316; ansic: 540,565; sh: 21,462; asm: 14,419; cpp: 4,451; makefile: 4,209; objc: 761; xml: 530; exp: 499; javascript: 314; pascal: 244; lisp: 45; csh: 12; awk: 4
file content (34 lines) | stat: -rw-r--r-- 969 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.. _s390x:

IBM Mainframe S390X
===================

Our JIT implements the 64 bit version of the IBM Mainframe called s390x.
Note that this architecture is big endian.

Currently supported ISAs:

* z13 (released January 2015)
* zEC12 (released September 2012)
* z196 (released August 2010)
* z10 (released February 2008)

To check if all the necessary CPU facilities are installed
on the subject machine, please run the test using a copy of the pypy
source code::

    $ ./pytest.py rpython/jit/backend/zarch/test/test_assembler -v -k 'test_facility'

In addition you can run the auto encoding test to check if your Linux GCC tool chain
is able to compile all instructions used in the JIT backend::

    $ ./pytest.py rpython/jit/backend/zarch/test/test_auto_encoding.py -v

Translating
-----------

Specifically check for these two dependencies. On old versions of some
Linux distributions ship older versions.

* libffi (version should do > 3.0.+).
* CPython 2.7.+.