Reviewers: ,

Message:
Committed patchset #1 manually as r17295.

Description:
Add tool to visualize machine code/lithium.

In the process:
- Add a command-line flag --opt-code-positions to track source position
information throughout optimized code.
- Add a subclass of the hydrogen graph builder to ensure that the source
position is properly set on the graph builder for all generated hydrogen code. - Overhaul handling of source positions in hydrogen to ensure they are passed
through to generated code consistently and in most cases transparently.

Originally reviewed in this CL: https://codereview.chromium.org/24957003/

Committed: http://code.google.com/p/v8/source/detail?r=17295

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

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+885, -372 lines):
  src/arm/lithium-arm.h
  src/arm/lithium-arm.cc
  src/arm/lithium-codegen-arm.h
  src/arm/lithium-codegen-arm.cc
  src/code-stubs-hydrogen.cc
  src/codegen.cc
  src/compiler.cc
  src/flag-definitions.h
  src/hydrogen-instructions.h
  src/hydrogen-instructions.cc
  src/hydrogen-osr.cc
  src/hydrogen-representation-changes.cc
  src/hydrogen.h
  src/hydrogen.cc
  src/ia32/lithium-codegen-ia32.h
  src/ia32/lithium-codegen-ia32.cc
  src/ia32/lithium-ia32.h
  src/ia32/lithium-ia32.cc
  src/lithium-codegen.h
  src/lithium-codegen.cc
  src/lithium.h
  src/lithium.cc
  src/x64/lithium-codegen-x64.h
  src/x64/lithium-codegen-x64.cc
  src/x64/lithium-x64.h
  src/x64/lithium-x64.cc
  tools/sodium/index.html
  tools/sodium/sodium.js
  tools/sodium/styles.css


--
--
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/groups/opt_out.

Reply via email to