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

Issue 21966003: Adapt Random class to be able to run in javascript integer compatibility mode. (Closed)

Created:
7 years, 4 months ago by srdjan
Modified:
7 years, 2 months ago
Reviewers:
zra, siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Adapt Random class to be able to run in javascript integer compatibility mode. R=asiva@google.com, zra@google.com Committed: https://code.google.com/p/dart/source/detail?r=25753

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -26 lines) Patch
M runtime/lib/math.cc View 1 chunk +59 lines, -0 lines 3 comments Download
M runtime/lib/math_patch.dart View 4 chunks +24 lines, -17 lines 0 comments Download
M runtime/vm/bootstrap_natives.h View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/intrinsifier.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/object.h View 6 chunks +10 lines, -6 lines 1 comment Download
M runtime/vm/raw_object.h View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/math/random_test.dart View 1 chunk +7 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
srdjan
7 years, 4 months ago (2013-08-02 20:53:20 UTC) #1
zra
lgtm with question. https://codereview.chromium.org/21966003/diff/1/runtime/vm/object.h File runtime/vm/object.h (right): https://codereview.chromium.org/21966003/diff/1/runtime/vm/object.h#newcode5352 runtime/vm/object.h:5352: TypedDataElementType ElementType() const { Is this ...
7 years, 4 months ago (2013-08-02 21:22:22 UTC) #2
siva
As discussed offline I have a question about the use of Uint64 TypedData to do ...
7 years, 4 months ago (2013-08-02 22:46:13 UTC) #3
srdjan
7 years, 4 months ago (2013-08-02 23:08:00 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r25753 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698