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