Reviewers: Hannes Payer, Toon Verwaest,

Description:
Unify internal and external typed arrays a bit

Just give internal ones an ArrayBuffer with a NULL backing store. This
simplifies the access checks a lot.

BUG=v8:3996
[email protected],[email protected]
LOG=n

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

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+98, -105 lines):
  M include/v8.h
  M src/api.cc
  M src/arm/lithium-codegen-arm.cc
  M src/arm64/lithium-codegen-arm64.cc
  M src/bootstrapper.cc
  M src/contexts.h
  M src/factory.cc
  M src/hydrogen.h
  M src/hydrogen.cc
  M src/hydrogen-instructions.h
  M src/ia32/lithium-codegen-ia32.cc
  M src/mips/lithium-codegen-mips.cc
  M src/mips64/lithium-codegen-mips64.cc
  M src/objects.cc
  M src/objects-inl.h
  M src/ppc/lithium-codegen-ppc.cc
  M src/runtime/runtime-typedarray.cc
  M src/x64/lithium-codegen-x64.cc
  M src/x87/lithium-codegen-x87.cc


--
--
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/d/optout.

Reply via email to