Add FLAG_trace_maps
authorjkummerow@chromium.org <jkummerow@chromium.org>
Fri, 7 Nov 2014 16:03:11 +0000 (16:03 +0000)
committerjkummerow@chromium.org <jkummerow@chromium.org>
Fri, 7 Nov 2014 16:03:44 +0000 (16:03 +0000)
commite2e9e1d3f63e481511ad673802ae6793c5cbfd32
tree9902e50e87ab42577fa6c71329a97f9222303479
parent3831db00787c5da9a5fbd3874898f30c8a45ff1e
Add FLAG_trace_maps

R=verwaest@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#25219}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25219 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
18 files changed:
Makefile
build/features.gypi
build/toolchain.gypi
src/api.cc
src/bootstrapper.cc
src/factory.cc
src/flag-definitions.h
src/isolate.cc
src/isolate.h
src/objects-inl.h
src/objects-printer.cc
src/objects.cc
src/objects.h
src/runtime/runtime-debug.cc
src/runtime/runtime-literals.cc
src/runtime/runtime-object.cc
src/runtime/runtime-scopes.cc
tools/trace-maps-processor.py [new file with mode: 0755]