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

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

Created:
5 years, 11 months ago by regis
Modified:
5 years, 11 months ago
Reviewers:
zra
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 ARM64. R=zra@google.com Committed: https://code.google.com/p/dart/source/detail?r=42611

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+286 lines, -150 lines) Patch
M runtime/vm/assembler_arm64.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/assembler_arm64_test.cc View 1 1 chunk +15 lines, -0 lines 0 comments Download
M runtime/vm/constants_arm64.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/disassembler_arm64.cc View 1 2 chunks +4 lines, -1 line 0 comments Download
M runtime/vm/intrinsifier_arm64.cc View 1 10 chunks +254 lines, -149 lines 0 comments Download
M runtime/vm/simulator_arm64.cc View 1 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
regis
Same change for arm64 as earlier change for x64. However, since arm64 does not have ...
5 years, 11 months ago (2015-01-03 03:21:30 UTC) #2
zra
https://codereview.chromium.org/817583003/diff/1/runtime/vm/intrinsifier_arm64.cc File runtime/vm/intrinsifier_arm64.cc (right): https://codereview.chromium.org/817583003/diff/1/runtime/vm/intrinsifier_arm64.cc#newcode1155 runtime/vm/intrinsifier_arm64.cc:1155: void Intrinsifier::Bigint_estQuotientDigit(Assembler* assembler) { There are a lot more ...
5 years, 11 months ago (2015-01-05 17:00:28 UTC) #3
regis
On 2015/01/05 17:00:28, zra wrote: > https://codereview.chromium.org/817583003/diff/1/runtime/vm/intrinsifier_arm64.cc > File runtime/vm/intrinsifier_arm64.cc (right): > > https://codereview.chromium.org/817583003/diff/1/runtime/vm/intrinsifier_arm64.cc#newcode1155 > ...
5 years, 11 months ago (2015-01-05 17:12:09 UTC) #4
zra
lgtm Ah, ok, I see. I remember you saying now that the intrinsics must all ...
5 years, 11 months ago (2015-01-05 19:40:47 UTC) #5
regis
On 2015/01/05 19:40:47, zra wrote: > lgtm > > Ah, ok, I see. I remember ...
5 years, 11 months ago (2015-01-05 20:46:29 UTC) #6
regis
5 years, 11 months ago (2015-01-05 20:46:53 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as r42611.

Powered by Google App Engine
This is Rietveld 408576698