Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(762)

Issue 8162014: Moved random generator state to global context. (Closed)

Created:
9 years, 2 months ago by Lasse Reichstein
Modified:
9 years, 2 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Moved random generator state to global context. Change Random to take global context, not isolate. BUG=v8:864 Committed: http://code.google.com/p/v8/source/detail?r=9753

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -20 lines) Patch
M src/api.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/arm/full-codegen-arm.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/bootstrapper.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/contexts.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/globals.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M src/isolate.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/mips/full-codegen-mips.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/objects.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/v8.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/v8.cc View 2 chunks +7 lines, -5 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 chunk +5 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Lasse Reichstein
9 years, 2 months ago (2011-10-06 09:17:38 UTC) #1
Erik Corry
9 years, 2 months ago (2011-10-24 12:08:00 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698