Reviewers: Mads Ager,

Description:
Cleanup the AST code by removing unused parts and get rid of the
flow graph code completely. Add new AST node for null compares
and use it to make the full codegens better at generating code
for null comparisons.

Please review this at http://codereview.chromium.org/3146037/show

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

Affected files:
  M     src/SConscript
  M     src/arm/codegen-arm.cc
  M     src/arm/full-codegen-arm.cc
  M     src/ast-inl.h
  M     src/ast.h
  M     src/ast.cc
  M     src/compiler.cc
  M     src/data-flow.h
  M     src/data-flow.cc
  D     src/flow-graph.h
  D     src/flow-graph.cc
  M     src/full-codegen.cc
  M     src/ia32/codegen-ia32.cc
  M     src/ia32/full-codegen-ia32.cc
  M     src/parser.cc
  M     src/prettyprinter.h
  M     src/prettyprinter.cc
  M     src/rewriter.cc
  M     src/x64/codegen-x64.cc
  M     src/x64/full-codegen-x64.cc
  M     tools/gyp/v8.gyp
  M     tools/visual_studio/v8_base.vcproj


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to