Reviewers: danno,

Message:
Please feel free to add reviewers as you see fit.

Description:
WIP: Preliminary support for Native Client builds of V8 on ia32 and x64.

This port uses the ARM code generator and interpreter to allow a
temporary low-performance solution while we are waiting for NaCl JIT
ports or a fast portable interpreter.

Status: This patch is adequate for building a "d8" shell that starts
in Native Client. Test and build support are pending. For reference
I've included the simple makefile I use to build and smoke-test NaCl
(not for commit).

BUG=


Please review this at https://codereview.chromium.org/12478009/

SVN Base: git://github.com/v8/v8.git@master

Affected files:
  M Makefile
  A Makefile.nacl
  M src/arguments.h
  M src/arm/code-stubs-arm.cc
  M src/arm/simulator-arm.cc
  M src/atomicops_internals_x86_gcc.h
  M src/builtins.h
  M src/builtins.cc
  M src/globals.h
  M src/ia32/cpu-ia32.cc
  M src/platform-linux.cc
  M src/platform-posix.cc
  M src/v8utils.h
  M tools/gyp/v8.gyp


--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to