Reviewers: Yang,

Description:
[simd.js] Single SIMD128_VALUE_TYPE for all Simd128Values.

There's no need to have one InstanceType per SIMD primitive type (this
will not scale long-term).  Also reduce the amount of code duplication
and make it more robust wrt adding new SIMD types.

[email protected]

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

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

Affected files (+323, -840 lines):
  M include/v8.h
  M src/arm/code-stubs-arm.cc
  M src/arm/lithium-codegen-arm.cc
  M src/arm64/code-stubs-arm64.cc
  M src/arm64/lithium-codegen-arm64.cc
  M src/bootstrapper.cc
  M src/code-stubs-hydrogen.cc
  M src/full-codegen/arm/full-codegen-arm.cc
  M src/full-codegen/arm64/full-codegen-arm64.cc
  M src/full-codegen/ia32/full-codegen-ia32.cc
  M src/full-codegen/mips/full-codegen-mips.cc
  M src/full-codegen/mips64/full-codegen-mips64.cc
  M src/full-codegen/x64/full-codegen-x64.cc
  M src/heap/heap.h
  M src/heap/heap.cc
  M src/heap/objects-visiting.cc
  M src/hydrogen.cc
  M src/hydrogen-instructions.cc
  M src/ia32/code-stubs-ia32.cc
  M src/ia32/lithium-codegen-ia32.cc
  M src/ic/handler-compiler.cc
  M src/ic/ic-inl.h
  M src/mips/code-stubs-mips.cc
  M src/mips/lithium-codegen-mips.cc
  M src/mips64/code-stubs-mips64.cc
  M src/mips64/lithium-codegen-mips64.cc
  M src/objects.h
  M src/objects.cc
  M src/objects-debug.cc
  M src/objects-inl.h
  M src/objects-printer.cc
  M src/types.cc
  M src/x64/code-stubs-x64.cc
  M src/x64/lithium-codegen-x64.cc
  M test/cctest/test-heap.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