Reviewers: ,

Message:
Looks like the problem on Windows (DCHECK failing) went away.
PTAL

Description:
SIMD.js Add the other SIMD Phase 1 types.

Adds Int32x4, Bool32x4, Int16x8, Bool16x8, Int8x16, Bool8x16.
Adds Simd128Value base heap object class.
Changes heap/factory construction pattern to use arrays.
Adds replaceLane functions to facilitate testing.

LOG=Y
BUG=v8:4124

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

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

Affected files (+2982, -541 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.cc
  M src/code-stubs-hydrogen.cc
  M src/contexts.h
  M src/factory.h
  M src/factory.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/ppc/full-codegen-ppc.cc
  M src/full-codegen/x64/full-codegen-x64.cc
  M src/full-codegen/x87/full-codegen-x87.cc
  M src/harmony-simd.js
  M src/heap-snapshot-generator.cc
  M src/heap/heap.h
  M src/heap/heap.cc
  M src/heap/objects-visiting.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/macros.py
  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/ppc/code-stubs-ppc.cc
  M src/ppc/lithium-codegen-ppc.cc
  M src/runtime.js
  M src/runtime/runtime.h
  M src/runtime/runtime-simd.cc
  M src/types.cc
  M src/utils.h
  M src/x64/code-stubs-x64.cc
  M src/x64/lithium-codegen-x64.cc
  M src/x87/code-stubs-x87.cc
  M src/x87/lithium-codegen-x87.cc
  M test/cctest/test-heap.cc
  M test/cctest/test-heap-profiler.cc
  M test/cctest/test-simd.cc
  M test/mjsunit/harmony/simd.js
  M test/simdjs/harness-adapt.js


--
--
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