Reviewers: Michael Starzinger, Jakob,

Message:
Hi guys,
I'd ask Michael to review the changes under src/compiler, and Jakob to look at the full-codegen stuff. The full-codegen change was noticed as an oversight to the earlier work I did there, and it'd be cool if I don't have to split up the
CLs.

All the best, thanks for the look guys,
--Michael


Description:
Vector ICs: Turbofan vector store ic support

Turbofan needs to pass vector slots around for named and keyed stores.
Also, the CL addresses a missing slot for ClassLiterals.

BUG=

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

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

Affected files (+228, -124 lines):
  M src/arm/full-codegen-arm.cc
  M src/arm64/full-codegen-arm64.cc
  M src/ast.cc
  M src/compiler/ast-graph-builder.h
  M src/compiler/ast-graph-builder.cc
  M src/compiler/js-operator.h
  M src/compiler/js-operator.cc
  M src/full-codegen.h
  M src/full-codegen.cc
  M src/ia32/full-codegen-ia32.cc
  M src/mips/full-codegen-mips.cc
  M src/mips64/full-codegen-mips64.cc
  M src/x64/full-codegen-x64.cc
  M test/unittests/compiler/js-operator-unittest.cc
  M test/unittests/compiler/js-typed-lowering-unittest.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