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

Issue 811763004: Modify Bigint _mulAdd, _sqrAdd, _estQuotientDigit, and Montgomery _mulMod (Closed)

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

Description

Modify Bigint _mulAdd, _sqrAdd, _estQuotientDigit, and Montgomery _mulMod methods to return the number of digits processed, so that their intrinsified versions on 64-bit platforms can process digit pairs. R=zra@google.com Committed: https://code.google.com/p/dart/source/detail?r=42568

Patch Set 1 #

Patch Set 2 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+285 lines, -179 lines) Patch
M runtime/lib/bigint.dart View 1 15 chunks +132 lines, -60 lines 0 comments Download
M runtime/vm/intrinsifier_arm.cc View 1 8 chunks +21 lines, -17 lines 0 comments Download
M runtime/vm/intrinsifier_arm64.cc View 1 11 chunks +35 lines, -26 lines 0 comments Download
M runtime/vm/intrinsifier_ia32.cc View 1 11 chunks +34 lines, -25 lines 0 comments Download
M runtime/vm/intrinsifier_mips.cc View 1 8 chunks +21 lines, -17 lines 0 comments Download
M runtime/vm/intrinsifier_x64.cc View 1 11 chunks +34 lines, -25 lines 0 comments Download
M runtime/vm/method_recognizer.h View 1 2 chunks +8 lines, -8 lines 0 comments Download
M runtime/vm/object.cc View 1 1 chunk +0 lines, -1 line 2 comments Download

Messages

Total messages: 7 (2 generated)
regis
No hurry. Merry Christmas!
6 years ago (2014-12-23 23:58:45 UTC) #2
zra
lgtm Just to be clear, none of the intrinsics should return 2, yet. This is ...
5 years, 11 months ago (2014-12-29 18:00:11 UTC) #3
srdjan
https://codereview.chromium.org/811763004/diff/20001/runtime/vm/object.cc File runtime/vm/object.cc (left): https://codereview.chromium.org/811763004/diff/20001/runtime/vm/object.cc#oldcode6758 runtime/vm/object.cc:6758: // sed -i .bak -f /tmp/newkeys runtime/vm/flow_graph_builder.h On 2014/12/29 ...
5 years, 11 months ago (2014-12-29 18:24:47 UTC) #5
regis
On 2014/12/29 18:00:11, zra wrote: > lgtm > > Just to be clear, none of ...
5 years, 11 months ago (2014-12-29 18:40:16 UTC) #6
regis
5 years, 11 months ago (2014-12-29 18:40:51 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as r42568 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698