diff options
author | cevans@chromium.org <cevans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-10 22:34:55 +0000 |
---|---|---|
committer | cevans@chromium.org <cevans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-10 22:34:55 +0000 |
commit | 62a18a6425ceaad831824a2ae2b9716b6f22556d (patch) | |
tree | 9212506e9a8abbb5ef76a8f6230714cc1453b24c | |
parent | 3ef5d447d7fae34084ce1dd1f2b1632c612e30cf (diff) | |
download | chromium_src-62a18a6425ceaad831824a2ae2b9716b6f22556d.zip chromium_src-62a18a6425ceaad831824a2ae2b9716b6f22556d.tar.gz chromium_src-62a18a6425ceaad831824a2ae2b9716b6f22556d.tar.bz2 |
Put the Vector size back to 16 whilst I investigate perf regressions.
BUG=286696,286604,285442
R=isherman@chromium.org
Review URL: https://codereview.chromium.org/23435004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222370 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index 08b56cd..f04e4a9 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -1916,7 +1916,7 @@ # Set this to use the new DX11 version of ANGLE. # TODO(apatrick): Remove this when the transition is complete. 'ANGLE_DX11', - 'WTF_VECTOR_INITIAL_SIZE=4', + 'WTF_VECTOR_INITIAL_SIZE=16', ], 'conditions': [ ['(OS=="mac" or OS=="ios") and asan==1', { |