Reviewers: Mads Ager, Description: Remove unnecessary AST node for ++ and -- operations.
Instead of adding an extra AST node we can just use an auxiliary bailout id for named and keyed property count operations. Please review this at http://codereview.chromium.org/6810015/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/arm/full-codegen-arm.cc M src/ast.h M src/codegen.cc M src/data-flow.cc M src/full-codegen.cc M src/hydrogen.cc M src/ia32/full-codegen-ia32.cc M src/parser.cc M src/prettyprinter.cc M src/rewriter.cc M src/x64/full-codegen-x64.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
