Reviewers: danno, Message: Here is follow up work for tracking allocation site info on literal arrays.
There are a few TODOs meant to identify the next step. One TODO may need to be
addressed now, can you look at lithium-codegen-ia32.cc, line 5340? The FastCloneShallowArrayStub::Mode flag is a bit awkward. Description: Additional work to get array literal allocation tracking working, even with --always-opt BUG= Please review this at https://codereview.chromium.org/11817017/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/arm/codegen-arm.cc M src/arm/ic-arm.cc M src/arm/lithium-codegen-arm.h M src/arm/lithium-codegen-arm.cc M src/code-stubs.cc M src/codegen.h M src/flag-definitions.h M src/heap.h M src/heap.cc M src/hydrogen-instructions.h M src/hydrogen.cc M src/ia32/codegen-ia32.cc M src/ia32/ic-ia32.cc M src/ia32/lithium-codegen-ia32.h M src/ia32/lithium-codegen-ia32.cc M src/ic.cc M src/mips/codegen-mips.cc M src/mips/stub-cache-mips.cc M src/objects.cc M src/runtime.cc M src/x64/codegen-x64.cc M src/x64/ic-x64.cc M src/x64/lithium-codegen-x64.h M src/x64/lithium-codegen-x64.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
