Index: src/flag-definitions.h |
=================================================================== |
--- src/flag-definitions.h (revision 10379) |
+++ src/flag-definitions.h (working copy) |
@@ -319,13 +319,13 @@ |
"print stack trace when throwing exceptions") |
DEFINE_bool(preallocate_message_memory, false, |
"preallocate some memory to build stack traces.") |
-DEFINE_bool(randomize_string_hashes, |
+DEFINE_bool(randomize_hashes, |
true, |
- "randomize string hashes to avoid predictable hash collisions " |
+ "randomize hashes to avoid predictable hash collisions " |
"(with snapshots this option cannot override the baked-in seed)") |
-DEFINE_int(string_hash_seed, |
+DEFINE_int(hash_seed, |
0, |
- "Fixed seed to use to string hashing (0 means random)" |
+ "Fixed seed to use to hash property keys (0 means random)" |
"(with snapshots this option cannot override the baked-in seed)") |
// v8.cc |