Minimize malloc heap allocation on process startup.
authorvitalyr@chromium.org <vitalyr@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 4 Aug 2011 15:18:18 +0000 (15:18 +0000)
committervitalyr@chromium.org <vitalyr@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 4 Aug 2011 15:18:18 +0000 (15:18 +0000)
commit1dcb6e33cdf21da08cc677f308ca9c04c2706698
tree3c96c3a4b51de0d66fb4fc97cb51cddffb26b97d
parentd63014d62e08161c411669eff3a26807073874d0
Minimize malloc heap allocation on process startup.

R=vegorov@chromium.org
BUG=http://b/issue?id=5095592

Review URL: http://codereview.chromium.org/7572018

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8833 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
14 files changed:
src/api.cc
src/api.h
src/debug.cc
src/execution.cc
src/isolate.cc
src/isolate.h
src/spaces.cc
src/spaces.h
test/cctest/test-alloc.cc
test/cctest/test-debug.cc
test/cctest/test-heap.cc
test/cctest/test-parsing.cc
test/cctest/test-serialize.cc
test/cctest/test-spaces.cc