Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 363 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 363 Bytes

v8ppc

Port of Google V8 javascript engine to PowerPC - PowerLinux and AIX.

June 11th 88% of the tests were passing.

Compile code:
make dependencies; make -j8 ppc snapshot=off regexp=interpreted

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