Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(451)

Unified Diff: build/common.gypi

Issue 23435004: Put the Vector size back to 16 whilst I investigate perf regressions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 08b56cdeac8072cbe0e58a1fc012b0f2d57e45a5..f04e4a9fbcd07090815a9565ec96f283d82a8b20 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', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698