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

Issue 747483002: Resubmit bigint changes of r41817 that were later reverted. (Closed)

Created:
6 years, 1 month ago by regis
Modified:
6 years, 1 month ago
Reviewers:
zra
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Resubmit bigint changes of r41817 that were later reverted. An inliner issue was fixed in r41840. A missing length increment is added by this cl. Minor improvements and comments. R=zra@google.com Committed: https://code.google.com/p/dart/source/detail?r=41873

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+140 lines, -85 lines) Patch
M runtime/lib/bigint.dart View 16 chunks +86 lines, -34 lines 4 comments Download
M runtime/vm/intrinsifier_x64.cc View 6 chunks +27 lines, -23 lines 0 comments Download
M runtime/vm/object.cc View 1 10 chunks +27 lines, -28 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
regis
https://codereview.chromium.org/747483002/diff/1/runtime/lib/bigint.dart File runtime/lib/bigint.dart (right): https://codereview.chromium.org/747483002/diff/1/runtime/lib/bigint.dart#newcode209 runtime/lib/bigint.dart:209: length++; // Account for leading zero for 64-bit processing. ...
6 years, 1 month ago (2014-11-20 22:37:24 UTC) #2
zra
lgtm https://codereview.chromium.org/747483002/diff/20001/runtime/lib/bigint.dart File runtime/lib/bigint.dart (right): https://codereview.chromium.org/747483002/diff/20001/runtime/lib/bigint.dart#newcode61 runtime/lib/bigint.dart:61: static _Bigint ONE = new _Bigint()._setInt(1); final? https://codereview.chromium.org/747483002/diff/20001/runtime/lib/bigint.dart#newcode260 ...
6 years, 1 month ago (2014-11-20 22:56:16 UTC) #3
regis
Thanks! https://codereview.chromium.org/747483002/diff/20001/runtime/lib/bigint.dart File runtime/lib/bigint.dart (right): https://codereview.chromium.org/747483002/diff/20001/runtime/lib/bigint.dart#newcode61 runtime/lib/bigint.dart:61: static _Bigint ONE = new _Bigint()._setInt(1); On 2014/11/20 ...
6 years, 1 month ago (2014-11-20 23:17:40 UTC) #4
regis
6 years, 1 month ago (2014-11-20 23:18:09 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as r41873 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698