I'm actively pushing the PPC implementation of V8 into the Google code base
- however this takes time, and they are only (logically) interested in
bleeding_edge commits.
I don't expect to see PPC support in upstream V8 prior to 3.30 or beyond
(it's currently at 3.29). Many users of libv8 expect 3.14. The V8 APIs
continue to change in breaking ways, so newer versions are not drop in
replacements.
And yes - our PPC implementation has 32/64 BE/LE and simulation (Intel
Linux). Pretty much every combination. I will mention that some PPC
implementations (freescale) do not implement some of the FPU instructions
we depend on (or they've got an alternative implementation that is not
compatible).
Andrew Low (Roo)
STSM, JavascriptEverywhere Technical Lead,
Mobile Elastic Services, Master Inventor
Phone: 1-613-270-4830
IBM
E-mail: [email protected]
770 Palladium
Drive
Kanata, ON K2V
1C8
Canada
From: Breno Leitao <[email protected]>
To: Jérémy Lal <[email protected]>, [email protected], Andrew
Low/Ottawa/IBM@IBMCA
Date: 09/10/2014 08:42 AM
Subject: Re: [Pkg-javascript-devel] Bug#760994: Support ppc64el platform
Hi Jérémy,
On 09/09/2014 04:16 PM, Jérémy Lal wrote:
> The only thing that worries me is that upstream V8 doesn't seem to be
> supporting that ppc port. Is it ?
I understand that this code also covers powerpc 32 bits. At least, that is
what
the owner (Andrew) of the code told me.
Anyway, let me copy him to it, to assure that this is correct.