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

Issue 580903004: Make sure Bigint._digits is always a Uint32List (instead of sometimes null). (Closed)

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

Description

Make sure Bigint._digits is always a Uint32List and bever null. Adapt type information for get:_digits. R=regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=40463

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 8

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -19 lines) Patch
M runtime/lib/bigint.dart View 1 2 3 4 3 chunks +11 lines, -7 lines 0 comments Download
M runtime/vm/dart_api_message.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/dart_api_message.cc View 1 2 3 4 1 chunk +7 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_builder.cc View 1 2 3 1 chunk +1 line, -3 lines 0 comments Download
M runtime/vm/method_recognizer.h View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/object.h View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 5 chunks +25 lines, -6 lines 0 comments Download
M runtime/vm/object_store.h View 2 chunks +11 lines, -0 lines 0 comments Download
M runtime/vm/object_store.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
srdjan
6 years, 3 months ago (2014-09-18 18:24:00 UTC) #2
regis
You also need to modify bigint creation in api messages. See dart_api_messages.cc:98 https://codereview.chromium.org/580903004/diff/60001/runtime/lib/bigint.dart File runtime/lib/bigint.dart ...
6 years, 3 months ago (2014-09-18 20:18:22 UTC) #3
srdjan
Thanks and PTAL https://codereview.chromium.org/580903004/diff/60001/runtime/lib/bigint.dart File runtime/lib/bigint.dart (right): https://codereview.chromium.org/580903004/diff/60001/runtime/lib/bigint.dart#newcode77 runtime/lib/bigint.dart:77: } On 2014/09/18 20:18:22, regis wrote: ...
6 years, 3 months ago (2014-09-18 20:59:19 UTC) #4
regis
LGTM
6 years, 3 months ago (2014-09-18 21:13:08 UTC) #5
srdjan
6 years, 3 months ago (2014-09-18 21:18:32 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as r40463 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698