File: s390x.rst

package info (click to toggle)
pypy 7.0.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 107,216 kB
  • sloc: python: 1,201,787; ansic: 62,419; asm: 5,169; cpp: 3,017; sh: 2,534; makefile: 545; xml: 243; lisp: 45; 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.+.