Index: src/flag-definitions.h |
=================================================================== |
--- src/flag-definitions.h (revision 10321) |
+++ src/flag-definitions.h (working copy) |
@@ -349,6 +349,12 @@ |
"print stack trace when throwing exceptions") |
DEFINE_bool(preallocate_message_memory, false, |
"preallocate some memory to build stack traces.") |
+DEFINE_bool(randomize_string_hashes, |
+ true, |
+ "randomize string hashes to avoid predictable hash collisions") |
+DEFINE_int(string_hash_seed, |
+ 0, |
+ "Fixed seed to use to string hashing (0 means random)") |
// v8.cc |
DEFINE_bool(preemption, false, |