From a4ac1ac25c00ff98f43311b37cea85a83cd660ba Mon Sep 17 00:00:00 2001 From: Peter Varga Date: Mon, 16 Apr 2012 14:35:27 +0200 Subject: [V8] Disable randomize hashes in V8 Should be disabled for now due to regressions in QtDeclarative auto tests. Change-Id: I8cf96e6f7eba6410e57a186e11a1c4432798ac72 Reviewed-by: Simon Hausmann --- src/3rdparty/v8/src/flag-definitions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/3rdparty/v8/src/flag-definitions.h b/src/3rdparty/v8/src/flag-definitions.h index 283348d..96d03fa 100644 --- a/src/3rdparty/v8/src/flag-definitions.h +++ b/src/3rdparty/v8/src/flag-definitions.h @@ -464,7 +464,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, -- cgit v1.2.1