Chromium Code Reviews

Issue 7250005: Speed up V8 random number generator, reverting part of 8490. (Closed)

Created:
9 years, 5 months ago by William Hesse
Modified:
9 years, 5 months ago
Reviewers:
Lasse Reichstein
CC:
v8-dev
Visibility:
Public.

Description

Speed up V8 random number generator, reverting part of 8490. Return to previous random number generator, but mix more bits into output to hide hidden state better. Keep the multithreading fix that moves the PNG into isolate. BUG= TEST= Committed: http://code.google.com/p/v8/source/detail?r=8524

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+4 lines, -6 lines)
M src/isolate.h View 1 chunk +2 lines, -2 lines 0 comments
M src/v8.cc View 2 chunks +2 lines, -4 lines 0 comments

Messages

Total messages: 2 (0 generated)
William Hesse
9 years, 5 months ago (2011-07-04 08:48:07 UTC) #1
Lasse Reichstein
9 years, 5 months ago (2011-07-04 10:31:19 UTC) #2
LGTM

Powered by Google App Engine