Reviewers: oth,

Message:
Orion: could you take a look please? Thanks.

Description:
[interpreter]: Update BytecodeArrayBuilder register handling.

Modifies the BytecodeArrayBuilder to create register operands which are
negative. This reduces the number of instructions to access registers
by the interpreter and allows us to use positive register operands to
access parameter values.

Adds a Register class to keep register usage typesafe and simplify the
convertion to bytecode operand values.

BUG=v8:4280
LOG=N

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

Base URL: ssh://rmcilroy.lon.corp.google.com///usr/local/google/code/v8_full/v8@master

Affected files (+107, -160 lines):
  M src/interpreter/bytecode-array-builder.h
  M src/interpreter/bytecode-array-builder.cc
  M src/interpreter/bytecodes.h
  M src/interpreter/bytecodes.cc
  M test/cctest/cctest.gyp
  D test/cctest/interpreter/test-bytecode-array-builder.cc
  A + test/unittests/interpreter/bytecode-array-builder-unittest.cc
  M test/unittests/unittests.gyp


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