0

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
This commit is contained in:
cevans@chromium.org
2013-09-06 07:20:01 +00:00
parent 3bc653f092
commit 9bbaad67d5

@ -1891,6 +1891,7 @@
# Set this to use the new DX11 version of ANGLE. # Set this to use the new DX11 version of ANGLE.
# TODO(apatrick): Remove this when the transition is complete. # TODO(apatrick): Remove this when the transition is complete.
'ANGLE_DX11', 'ANGLE_DX11',
'WTF_VECTOR_INITIAL_SIZE=4',
], ],
'conditions': [ 'conditions': [
['(OS=="mac" or OS=="ios") and asan==1', { ['(OS=="mac" or OS=="ios") and asan==1', {