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

Issue 23455014: Remove limit on bigint multiplication - fixes issue 12833. (Closed)

Created:
7 years, 3 months ago by sra1
Modified:
7 years, 3 months ago
Reviewers:
floitsch, siva, Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix for Issue 12833 Eliminate limit on size for bignum multiply by storing extra overflow bits for column sums. R=floitsch@google.com, iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=26962

Patch Set 1 : #

Total comments: 2

Patch Set 2 : #

Total comments: 5

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -31 lines) Patch
M runtime/vm/bigint_operations.cc View 1 2 2 chunks +66 lines, -31 lines 0 comments Download
M tests/corelib/big_integer_vm_test.dart View 2 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
sra1
7 years, 3 months ago (2013-08-30 03:01:13 UTC) #1
floitsch
LGTM. Please add a VM team member before submitting. Please change the title of the ...
7 years, 3 months ago (2013-08-30 07:38:05 UTC) #2
sra1
PTAL Siva - can you review for the VM? https://codereview.chromium.org/23455014/diff/11001/runtime/vm/bigint_operations.cc File runtime/vm/bigint_operations.cc (right): https://codereview.chromium.org/23455014/diff/11001/runtime/vm/bigint_operations.cc#newcode771 runtime/vm/bigint_operations.cc:771: ...
7 years, 3 months ago (2013-08-30 18:24:54 UTC) #3
Ivan Posva
A small comment about the comment, but otherwise LGTM. Thanks for fixing this, -Ivan https://codereview.chromium.org/23455014/diff/15001/runtime/vm/bigint_operations.cc ...
7 years, 3 months ago (2013-08-30 21:28:13 UTC) #4
sra1
Committed patchset #3 manually as r26962 (presubmit successful).
7 years, 3 months ago (2013-08-31 00:14:56 UTC) #5
sra1
7 years, 3 months ago (2013-08-31 00:45:40 UTC) #6
Message was sent while issue was closed.
Thanks, Ivan.

I rewrote the comment, let me know if you want any changes.

Powered by Google App Engine
This is Rietveld 408576698