Introduce a flag to change the new space growth factor
authorjochen <jochen@chromium.org>
Fri, 21 Nov 2014 12:14:22 +0000 (04:14 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 21 Nov 2014 12:14:29 +0000 (12:14 +0000)
commit34363bf5aa2b0888469e55496ebe50502a8714ed
tree09b63bfdc03bb618ab9499ccad2a4ae0e9cb0572
parentdad405a25818727cb5d9e8227d58b8b74b0f638a
Introduce a flag to change the new space growth factor

A useful value would be 4, so we get 1, 4, 16MB (instead of the default
value 2 which leads to 1, 2, 4, 8, 16)

BUG=none
R=hpayer@chromium.org
LOG=n

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

Cr-Commit-Position: refs/heads/master@{#25462}
src/flag-definitions.h
src/heap/heap.cc
src/heap/spaces.cc