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

Unified Diff: runtime/vm/flow_graph_builder.h

Issue 337383004: Reduce default capacity of growable list from 4 to 2 elements. Improves performance. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 6 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 | « runtime/lib/growable_array.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/flow_graph_builder.h
===================================================================
--- runtime/vm/flow_graph_builder.h (revision 37403)
+++ runtime/vm/flow_graph_builder.h (working copy)
@@ -34,7 +34,7 @@
#define RECOGNIZED_LIST_FACTORY_LIST(V) \
V(_ListFactory, kArrayCid, 1595327584) \
V(_GrowableListWithData, kGrowableObjectArrayCid, 732923072) \
- V(_GrowableListFactory, kGrowableObjectArrayCid, 1842713619) \
+ V(_GrowableListFactory, kGrowableObjectArrayCid, 1956565810) \
V(_Int8ArrayFactory, kTypedDataInt8ArrayCid, 1499010120) \
V(_Uint8ArrayFactory, kTypedDataUint8ArrayCid, 354210806) \
V(_Uint8ClampedArrayFactory, kTypedDataUint8ClampedArrayCid, 231626935) \
« no previous file with comments | « runtime/lib/growable_array.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698