Reviewers: Michael Starzinger, mvstanton, oth,

Message:
Adds support for loadICs to the interpreter.

Michi for TF stuff
Michael for TypeFeedbackVector stuff
Orion for bytecode-generator/array-builder stuff

PTAL, thanks!

Description:
[Interpreter] Add support for property load operations.

Adds support for property load operations via Load/KeyedLoad ICs. Adds the
following bytecodes:
 - LoadIC
 - KeyedLoadIC
Also adds support to the interpreter assembler for loading the type feedback
vector from the function on the stack, and calling ICs.

BUG=v8:4280
LOG=N

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

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

Affected files (+526, -95 lines):
  M src/compiler/interpreter-assembler.h
  M src/compiler/interpreter-assembler.cc
  M src/frames.h
  M src/interpreter/bytecode-array-builder.h
  M src/interpreter/bytecode-array-builder.cc
  M src/interpreter/bytecode-generator.h
  M src/interpreter/bytecode-generator.cc
  M src/interpreter/bytecodes.h
  M src/interpreter/interpreter.h
  M src/interpreter/interpreter.cc
  M test/cctest/interpreter/test-bytecode-generator.cc
  M test/cctest/interpreter/test-interpreter.cc
  M test/unittests/compiler/interpreter-assembler-unittest.h
  M test/unittests/compiler/interpreter-assembler-unittest.cc
  M test/unittests/interpreter/bytecode-array-builder-unittest.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