Reviewers: Erik Corry, Description: Remove a redundant field in the FunctionLiteral class. The boolean contains_array_literal_ implies materialized_literal_count_ > 0, and we appear not to need to know about array literals specifically.
Please review this at http://codereview.chromium.org/272043 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/ast.h M src/codegen.cc M src/compiler.cc M src/factory.h M src/factory.cc M src/parser.h M src/parser.cc --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
