Reviewers: ulan,

Description:
Defer allocation of constant literal properties.

This moves building of constant properties and elements arrays for all
materialized literals into the compiler. The parser no longer allocates
while parsing ObjectLiteral and ArrayLiteral expressions.

[email protected]

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

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

Affected files (+241, -229 lines):
  M src/arm/full-codegen-arm.cc
  M src/ast.h
  M src/ast.cc
  M src/hydrogen.cc
  M src/ia32/full-codegen-ia32.cc
  M src/mips/full-codegen-mips.cc
  M src/parser.h
  M src/parser.cc
  M src/x64/full-codegen-x64.cc


--
--
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