Remove flag track-allocation-sites.
authormvstanton@chromium.org <mvstanton@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 20 Dec 2013 11:46:31 +0000 (11:46 +0000)
committermvstanton@chromium.org <mvstanton@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 20 Dec 2013 11:46:31 +0000 (11:46 +0000)
commite654c88fab0458ca3236a937bd94dc951d4ce493
tree7cb89e4d2f88182593ee0c95539b7e5e30bde185
parente595dc0368c0cd2c956df45f17715a4ee3c3b8d8
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

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18385 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
22 files changed:
src/code-stubs.h
src/flag-definitions.h
src/ia32/code-stubs-ia32.cc
src/ia32/full-codegen-ia32.cc
src/objects-inl.h
src/objects.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