Remove flag track-allocation-sites.
authormvstanton@chromium.org <mvstanton@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 7 Jan 2014 15:58:25 +0000 (15:58 +0000)
committermvstanton@chromium.org <mvstanton@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 7 Jan 2014 15:58:25 +0000 (15:58 +0000)
commitfc5834343f0d1f7a2924c80d4576aa601b75249b
tree2656043e9f746889a5f4d8ec6bb934ab504b7629
parent687537ded3e5d3a8b880f8bc13665c396b113372
Remove flag track-allocation-sites.

The flag has been on in the build for ~9 months, and we aren't likely to turn it off. The only customer of the flag is a set of tests that want to verify transitioning behavior in isolation. This CL removes the flag and updates those tests to get what they want without the flag.

R=verwaest@chromium.org

Committed: https://code.google.com/p/v8/source/detail?r=18385

Review URL: https://codereview.chromium.org/104923010

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18474 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
28 files changed:
src/arm/code-stubs-arm.cc
src/arm/full-codegen-arm.cc
src/code-stubs.h
src/flag-definitions.h
src/ia32/code-stubs-ia32.cc
src/ia32/full-codegen-ia32.cc
src/mips/code-stubs-mips.cc
src/mips/full-codegen-mips.cc
src/objects-inl.h
src/objects.cc
src/x64/code-stubs-x64.cc
src/x64/full-codegen-x64.cc
test/mjsunit/allocation-site-info.js
test/mjsunit/array-constructor-feedback.js
test/mjsunit/array-feedback.js
test/mjsunit/array-literal-feedback.js
test/mjsunit/array-natives-elements.js
test/mjsunit/elements-kind.js
test/mjsunit/elements-transition-and-store.js
test/mjsunit/elements-transition-hoisting.js
test/mjsunit/elements-transition.js
test/mjsunit/opt-elements-kind.js
test/mjsunit/osr-elements-kind.js
test/mjsunit/regress/regress-320532.js
test/mjsunit/regress/regress-convert-hole2.js
test/mjsunit/regress/regress-crbug-244461.js
test/mjsunit/regress/regress-crbug-245480.js
test/mjsunit/transition-elements-kind.js