bpd1069 / naclports

Automatically exported from code.google.com/p/naclports
0 stars 0 forks source link

Add V8 port #193

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The V8 JS engine should compile properly to NaCl and PNaCl in C++11 mode. I'd 
like us to have a port to make sure that this remains true.

AFAIK the engine should require any patching, as it'll use the ARM interpreter 
instead of doing JIT-compilation. Crankshaft will still kick in, but it'll do 
so on ARM code.

I think some of the tests may be broken, I can fix them upstream if that's the 
case.

Original issue reported on code.google.com by j...@chromium.org on 5 Feb 2015 at 6:47

GoogleCodeExporter commented 9 years ago

Original comment by j...@chromium.org on 5 Feb 2015 at 6:51