Reviewers: titzer,

Message:
These are the changes needed to print out bytecode handlers to the turbofan
visualizer. I'm happy to do this differently if you need similar things for WASM
(e.g., you were talking about using an enum for the pipeline steps taken in
today's meeting).

PTAL, thanks.

Description:
[Interpreter] Allow verification and trace-turbo for bytecode handlers.

BUG=v8:4280
LOG=N

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

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

Affected files (+93, -39 lines):
  M src/compiler.h
  M src/compiler.cc
  M src/compiler/arm/code-generator-arm.cc
  M src/compiler/arm64/code-generator-arm64.cc
  M src/compiler/code-generator.cc
  M src/compiler/graph-visualizer.cc
  M src/compiler/ia32/code-generator-ia32.cc
  M src/compiler/interpreter-assembler.cc
  M src/compiler/mips/code-generator-mips.cc
  M src/compiler/mips64/code-generator-mips64.cc
  M src/compiler/pipeline.h
  M src/compiler/pipeline.cc
  M src/compiler/ppc/code-generator-ppc.cc
  M src/compiler/raw-machine-assembler.cc
  M src/compiler/x64/code-generator-x64.cc
  M src/compiler/x87/code-generator-x87.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