Reviewers: Benedikt Meurer,

Message:
Benedikt, could you take a look please.

Description:
[interpreter] Change interpreter to use an BytecodeArray pointer and and offset.

Changes the interpreter to use a BytecodeArray pointer and an offset to avoid having an inner pointer to a BytecodeArray object in registers during dispatch.

BUG=v8:4280
LOG=N

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

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

Affected files (+103, -58 lines):
  M src/compiler/arm/linkage-arm.cc
  M src/compiler/arm64/linkage-arm64.cc
  M src/compiler/ia32/linkage-ia32.cc
  M src/compiler/interpreter-assembler.h
  M src/compiler/interpreter-assembler.cc
  M src/compiler/linkage.h
  M src/compiler/linkage-impl.h
  M src/compiler/mips/linkage-mips.cc
  M src/compiler/mips64/linkage-mips64.cc
  M src/compiler/ppc/linkage-ppc.cc
  M src/compiler/x64/linkage-x64.cc
  M src/flag-definitions.h
  M src/interpreter/interpreter.cc
  M test/unittests/compiler/interpreter-assembler-unittest.cc
  M test/unittests/compiler/node-test-utils.h
  M test/unittests/compiler/node-test-utils.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