Go to file
ager@chromium.org be0f740d99 Landing for Justin Schuh.
Seed the random number generator in Windows with rand_s 

This is a quick fix for m9. It works on Windows Chrome because the random device is already initialized before permissions are dropped for the Chrome sandbox. The same trick isn't possible on Linux or Mac. 

I think the long-term solution is to provide an interface for supplying v8 with a true random number generator. Then Chrome can just hook up the generator from base/rand_util.h 

BUG=http://code.google.com/p/v8/issues/detail?id=936 
TEST=None.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5889 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2010-11-25 07:39:17 +00:00
benchmarks Promote the current V8 benchmark suite candidate to version 6. 2010-10-07 07:25:22 +00:00
include New heap profiler: implement fast retaining sizes approximation. 2010-11-22 14:00:40 +00:00
preparser Working stand-alone preparser. 2010-11-24 09:57:06 +00:00
samples Fix the process sample to actually dispose the contexts used for 2010-11-24 09:21:29 +00:00
src Landing for Justin Schuh. 2010-11-25 07:39:17 +00:00
test New Heap profiler: fix JSON serialization of aggregated profiles. 2010-11-24 10:47:18 +00:00
tools Working stand-alone preparser. 2010-11-24 09:57:06 +00:00
.gitignore Add '.cpplint-cache' to ignore lists for SVN and Git. This change also sets 'ignore' property on '.', although this change isn't visible in Rietveld. 2009-12-11 09:01:38 +00:00
AUTHORS Make randomized allocations along 64k granularity boundaries to avoid comitting unused memory. 2010-11-24 09:40:58 +00:00
ChangeLog Prepare push to trunk. Now working on version 2.5.9. 2010-11-23 10:07:02 +00:00
LICENSE Remove Gay's dtoa from sources. 2010-11-22 14:42:07 +00:00
SConstruct Clean up definitions in simulator. 2010-10-25 16:40:41 +00:00