diff options
author | cevans@chromium.org <cevans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-06 07:20:01 +0000 |
---|---|---|
committer | cevans@chromium.org <cevans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-06 07:20:01 +0000 |
commit | 9bbaad67d5fe08d314c9e9e3cdd88bb6ddabcd1c (patch) | |
tree | 1fb5a857f7e7868ee96dca66ebd75c8b12e945b5 /build/common.gypi | |
parent | 3bc653f0927fdedb3760957961536662f9b17362 (diff) | |
download | chromium_src-9bbaad67d5fe08d314c9e9e3cdd88bb6ddabcd1c.zip chromium_src-9bbaad67d5fe08d314c9e9e3cdd88bb6ddabcd1c.tar.gz chromium_src-9bbaad67d5fe08d314c9e9e3cdd88bb6ddabcd1c.tar.bz2 |
Perf experiment: what if Vectors have a default first-append size of 4?
To be rolled into the tree when quiet, and then reverted.
BUG=285442
TBR=abarth@chromium.org
Review URL: https://codereview.chromium.org/23581009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221618 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi index 4fb1b10..ce4cac6 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -1891,6 +1891,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', ], 'conditions': [ ['(OS=="mac" or OS=="ios") and asan==1', { |