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

Issue 612553002: Make LoadIndexedInstr for Uint32List use kUnboxedUint32 representation (Closed)

Created:
6 years, 2 months ago by Cutch
Modified:
6 years, 2 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Make LoadIndexedInstr for Uint32List use kUnboxedUint32 representation BUG= R=vegorov@google.com Committed: https://code.google.com/p/dart/source/detail?r=40848

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 4

Patch Set 5 : #

Patch Set 6 : #

Total comments: 4

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -95 lines) Patch
M runtime/vm/flow_graph_optimizer.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 2 3 4 5 6 7 4 chunks +21 lines, -22 lines 0 comments Download
M runtime/vm/intermediate_language_arm64.cc View 1 2 3 4 5 3 chunks +22 lines, -9 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 2 3 4 5 6 4 chunks +18 lines, -25 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 2 3 4 5 5 chunks +23 lines, -30 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 2 3 4 5 3 chunks +26 lines, -9 lines 0 comments Download

Messages

Total messages: 9 (1 generated)
Cutch
6 years, 2 months ago (2014-09-30 14:59:06 UTC) #2
Vyacheslav Egorov (Google)
I suggest you do the same change for Int32 array and on all platforms. I ...
6 years, 2 months ago (2014-09-30 15:06:02 UTC) #3
Cutch
By all architectures do you mean 64-bit ones as well? https://codereview.chromium.org/612553002/diff/60001/runtime/vm/intermediate_language_arm.cc File runtime/vm/intermediate_language_arm.cc (right): https://codereview.chromium.org/612553002/diff/60001/runtime/vm/intermediate_language_arm.cc#newcode1119 ...
6 years, 2 months ago (2014-09-30 15:39:12 UTC) #4
Vyacheslav Egorov (Google)
Yes, I think for uniformity 64-bit architectures should be supported as well. The code would ...
6 years, 2 months ago (2014-09-30 15:45:34 UTC) #5
Cutch
PTAL
6 years, 2 months ago (2014-09-30 16:42:35 UTC) #6
Vyacheslav Egorov (Google)
lgtm https://codereview.chromium.org/612553002/diff/100001/runtime/vm/intermediate_language_arm.cc File runtime/vm/intermediate_language_arm.cc (right): https://codereview.chromium.org/612553002/diff/100001/runtime/vm/intermediate_language_arm.cc#newcode1300 runtime/vm/intermediate_language_arm.cc:1300: Maybe make code look more like on ARM64? ...
6 years, 2 months ago (2014-09-30 16:52:52 UTC) #7
Cutch
https://codereview.chromium.org/612553002/diff/100001/runtime/vm/intermediate_language_arm.cc File runtime/vm/intermediate_language_arm.cc (right): https://codereview.chromium.org/612553002/diff/100001/runtime/vm/intermediate_language_arm.cc#newcode1300 runtime/vm/intermediate_language_arm.cc:1300: On 2014/09/30 16:52:51, Vyacheslav Egorov (Google) wrote: > Maybe ...
6 years, 2 months ago (2014-09-30 17:16:21 UTC) #8
Cutch
6 years, 2 months ago (2014-10-01 17:46:55 UTC) #9
Message was sent while issue was closed.
Committed patchset #8 (id:140001) manually as 40848 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698