build: make v8 use random seed for hash tables
authorBen Noordhuis <info@bnoordhuis.nl>
Fri, 8 Nov 2013 21:23:59 +0000 (22:23 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Fri, 8 Nov 2013 21:26:50 +0000 (22:26 +0100)
commit146b2e267b533d31a537414a6a1bb7009b814974
tree40484717b35617e248243f395f05f366198d778e
parent0619467bd349af64c89ac0c325e8663026364bbf
build: make v8 use random seed for hash tables

Upstream V8 as of commit v8/v8@4bc70e8 uses a fixed seed of 314159265
for hash tables unless instructed otherwise.  Tell V8 to keep using a
random seed.
configure