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

Unified Diff: runtime/lib/linked_hash_map.cc

Issue 946893002: Ensure hash pattern is non-zero. Re-enable compact hash map/set. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 10 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/compact_hash.dart ('k') | tests/corelib/hash_set_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/linked_hash_map.cc
===================================================================
--- runtime/lib/linked_hash_map.cc (revision 43939)
+++ runtime/lib/linked_hash_map.cc (working copy)
@@ -14,7 +14,7 @@
namespace dart {
DEFINE_FLAG(bool, use_internal_hash_map, false, "Use internal hash map.");
-DEFINE_FLAG(bool, use_compact_hash, false, "Use compact hash map and set.");
+DEFINE_FLAG(bool, use_compact_hash, true, "Use compact hash map and set.");
DEFINE_NATIVE_ENTRY(LinkedHashMap_allocate, 1) {
const TypeArguments& type_arguments =
« no previous file with comments | « runtime/lib/compact_hash.dart ('k') | tests/corelib/hash_set_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698