Reviewers: Kevin Millikin, Lasse Reichstein, Message: Ported this change from the fast compiler also to the normal compiler.
Description: Use one runtime call for creating object/array literals in the code generator. This is already done in the top-level compiler. The runtime function checks if it needs to create a boilerplate object or if it can clone from an existing boilerplate. The deferred code for array and object literals in not needed anymore. Please review this at http://codereview.chromium.org/507036 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/arm/codegen-arm.cc M src/ia32/codegen-ia32.cc M src/x64/codegen-x64.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
