summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2012-04-16 14:35:27 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-09 13:06:53 +0100
commita4ac1ac25c00ff98f43311b37cea85a83cd660ba (patch)
tree78bb96c8cb3e3a94912083263d502f829d281759
parent6fe10a0e8c8b8498ad499e053090f54bd690dad4 (diff)
downloadqtjsbackend-a4ac1ac25c00ff98f43311b37cea85a83cd660ba.tar.gz
[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 <simon.hausmann@digia.com>
-rw-r--r--src/3rdparty/v8/src/flag-definitions.h2
1 files changed, 1 insertions, 1 deletions
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,