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

Issue 9615008: Inline Math.random in crankshaft (ia32). (Closed)

Created:
8 years, 9 months ago by Yang
Modified:
8 years, 9 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Inline Math.random in crankshaft (ia32). BUG= TEST=cctest/test-random.cc Committed: https://code.google.com/p/v8/source/detail?r=10939

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+171 lines, -5 lines) Patch
M src/ia32/lithium-codegen-ia32.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 3 2 chunks +57 lines, -3 lines 2 comments Download
M test/cctest/SConscript View 1 2 chunks +2 lines, -1 line 0 comments Download
M test/cctest/cctest.gyp View 1 2 chunks +2 lines, -1 line 0 comments Download
A test/cctest/test-random.cc View 1 1 chunk +109 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Yang
PTAL.
8 years, 9 months ago (2012-03-06 10:22:50 UTC) #1
Jakob Kummerow
8 years, 9 months ago (2012-03-06 10:49:30 UTC) #2
LGTM

http://codereview.chromium.org/9615008/diff/2007/src/ia32/lithium-codegen-ia3...
File src/ia32/lithium-codegen-ia32.cc (right):

http://codereview.chromium.org/9615008/diff/2007/src/ia32/lithium-codegen-ia3...
src/ia32/lithium-codegen-ia32.cc:3070: const int kSeedSize = sizeof(uint32_t);
static?

http://codereview.chromium.org/9615008/diff/2007/src/ia32/lithium-codegen-ia3...
src/ia32/lithium-codegen-ia32.cc:3074: const int kRandomSeedOffset =
static?

Powered by Google App Engine
This is Rietveld 408576698