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

Issue 916153002: Improve _toInt64() and _toUint64() conversions in TypedData. (Closed)

Created:
5 years, 10 months ago by regis
Modified:
5 years, 10 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Improve _toInt64() and _toUint64() conversions in TypedData. Add missing conversions of exponent and modulus in Bigint.modPow(). Fix typos in Bigint Classic reduction (modPow tests coming in later cl). Address a few more TODOs. R=srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=43697

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -11 lines) Patch
M runtime/lib/bigint.dart View 7 chunks +9 lines, -7 lines 0 comments Download
M runtime/lib/typed_data.dart View 1 1 chunk +6 lines, -2 lines 0 comments Download
M runtime/vm/object.cc View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
regis
5 years, 10 months ago (2015-02-11 19:02:33 UTC) #2
srdjan
lgtm https://codereview.chromium.org/916153002/diff/1/runtime/lib/typed_data.dart File runtime/lib/typed_data.dart (right): https://codereview.chromium.org/916153002/diff/1/runtime/lib/typed_data.dart#newcode3593 runtime/lib/typed_data.dart:3593: if (cid == ClassID.cidSmi || cid == ClassID.cidMint) ...
5 years, 10 months ago (2015-02-11 20:40:06 UTC) #3
regis
Thanks! https://codereview.chromium.org/916153002/diff/1/runtime/lib/typed_data.dart File runtime/lib/typed_data.dart (right): https://codereview.chromium.org/916153002/diff/1/runtime/lib/typed_data.dart#newcode3593 runtime/lib/typed_data.dart:3593: if (cid == ClassID.cidSmi || cid == ClassID.cidMint) ...
5 years, 10 months ago (2015-02-11 20:51:17 UTC) #5
regis
5 years, 10 months ago (2015-02-11 20:57:40 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as r43697 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698