Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 374 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 374 Bytes

v8z

Port of Google V8 javascript engine to IBM's Linux on System Z. Port based on v8ppc.

Compile code:
31-bit:
make dependencies; make s390
64-bit:
make dependencies; make s390x

Test code:
tools/run-tests.py --progress=dots --no-presubmit --arch-and-mode=s390.debug --junitout v8tests-junit.xml