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

Issue 786933009: Process two 32-bit digits as one 64-bit digit in all bigint intrinsics on x64. (Closed)

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

Description

Process two 32-bit digits as one 64-bit digit in all bigint intrinsics on x64. R=zra@google.com Committed: https://code.google.com/p/dart/source/detail?r=42607

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+304 lines, -178 lines) Patch
M runtime/lib/bigint.dart View 1 6 chunks +56 lines, -23 lines 0 comments Download
M runtime/vm/assembler_x64.h View 1 3 chunks +3 lines, -0 lines 0 comments Download
M runtime/vm/assembler_x64.cc View 1 3 chunks +28 lines, -0 lines 0 comments Download
M runtime/vm/assembler_x64_test.cc View 1 3 chunks +70 lines, -14 lines 0 comments Download
M runtime/vm/intrinsifier_x64.cc View 1 9 chunks +143 lines, -140 lines 0 comments Download
M tests/lib/mirrors/invocation_fuzz_test.dart View 1 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 6 (1 generated)
regis
This speeds up the RSA benchmark by a factor two on X64. The same change ...
5 years, 11 months ago (2014-12-31 01:10:12 UTC) #2
zra
lgtm Are there any instructions that were added for the one-digit-at-a-time version no longer used ...
5 years, 11 months ago (2015-01-05 16:39:22 UTC) #3
regis
On 2015/01/05 16:39:22, zra wrote: > lgtm > > Are there any instructions that were ...
5 years, 11 months ago (2015-01-05 19:43:24 UTC) #4
regis
Committed patchset #2 (id:20001) manually as r42607 (presubmit successful).
5 years, 11 months ago (2015-01-05 19:44:08 UTC) #5
regis
3 years, 11 months ago (2017-01-13 02:34:46 UTC) #6
Message was sent while issue was closed.
https://codereview.chromium.org/786933009/diff/1/runtime/vm/intrinsifier_x64.cc
File runtime/vm/intrinsifier_x64.cc (right):

https://codereview.chromium.org/786933009/diff/1/runtime/vm/intrinsifier_x64....
runtime/vm/intrinsifier_x64.cc:946: //     uint364_t aj = *ajp;
On 2015/01/05 16:39:22, zra wrote:
> uint64_t?

Done.

https://codereview.chromium.org/786933009/diff/1/tests/lib/mirrors/invocation...
File tests/lib/mirrors/invocation_fuzz_test.dart (right):

https://codereview.chromium.org/786933009/diff/1/tests/lib/mirrors/invocation...
tests/lib/mirrors/invocation_fuzz_test.dart:6: // invoke them will various basic
values (nulls, ints, etc). This may result in
On 2015/01/05 16:39:22, zra wrote:
> will -> with

Done.

Powered by Google App Engine
This is Rietveld 408576698