[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>
Thu, 26 Apr 2012 06:57:25 +0000 (08:57 +0200)
Should be disabled for now due to regressions in QtDeclarative auto
tests.

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

index cd53631..904533f 100644 (file)
@@ -404,7 +404,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,