[V8] Disable randomize hashes in V8
authorPeter Varga <pvarga@inf.u-szeged.hu>
Mon, 16 Apr 2012 12:35:27 +0000 (14:35 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 13 Jun 2012 07:57:51 +0000 (09:57 +0200)
Should be disabled for now due to regressions in QtDeclarative auto
tests.

Change-Id: I59ea5a22c9b36465148472ad8fe6da2504899371
Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
src/3rdparty/v8/src/flag-definitions.h

index f59be3c..31c2a3a 100644 (file)
@@ -415,7 +415,7 @@ DEFINE_bool(trace_exception, false,
 DEFINE_bool(preallocate_message_memory, false,
             "preallocate some memory to build stack traces.")
 DEFINE_bool(randomize_hashes,
-            true,
+            false,
             "randomize hashes to avoid predictable hash collisions "
             "(with snapshots this option cannot override the baked-in seed)")
 DEFINE_int(hash_seed,