Reviewers: Jakob,

Message:
Hi Jakob,
In testing, I found one AST node that didn't have the required slot support for
store ics. This addresses that oversight...ClassLiteral works similarly to
ObjectLiteral, just a bit simpler.

Thanks for the look!
--Michael

Description:
Vector ICs: ClassLiterals need to allocate a vector slot for home objects.

BUG=

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

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

Affected files (+131, -7 lines):
  M src/arm/full-codegen-arm.cc
  M src/arm64/full-codegen-arm64.cc
  M src/ast.h
  M src/ast.cc
  M src/ast-numbering.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


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

Reply via email to