It took a little longer than expected to get my code out the door - at least there are now fewer bugs in it than there were previously.
For those that are interested, the code can be found on github: https://github.com/andrewlow/v8ppc Still a fair number of warts. The code is a bit old being based on a snapshot from late last year, I don't expect that catching up with the latest will be terribly difficult - but it hasn't been a priority. My local tests on PowerPC Linux (RHEL 6.3): 7083 pass 1857 fail command line: tools/test-wrapper-gypbuild.py -j 4 --progress=tap --no-presubmit --arch-and-mode=ppc.debug You'll notice I've made TAP based testing work as my internal build system makes use of Jenkins. To compile the code - you'll want to use something like: make -j8 ppc snapshot=off regexp=interpreted Yes, there is also a simulator included - so you can build and run the code on an Intel laptop. -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
