Reviewers: Kevin Millikin, Description: Create literal boilerplate as part of cloning in the top-level compiler.
When generating code for object and array literals we performed the check if the a boilerplate already exists in generated code. In the top-level compiler we now do this check in a new runtime function. This makes the generated code more compact for top-level code. Please review this at http://codereview.chromium.org/465148 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/arm/fast-codegen-arm.cc M src/ia32/fast-codegen-ia32.cc M src/runtime.h M src/runtime.cc M src/x64/fast-codegen-x64.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
