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

Issue 516853002: Preliminary lowering of typed array loads in TF. (Closed)

Created:
6 years, 3 months ago by Michael Starzinger
Modified:
6 years, 3 months ago
Reviewers:
titzer
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Preliminary lowering of typed array loads in TF. R=titzer@chromium.org TEST=cctest/test-run-properties/TypedArrayLoad Committed: https://code.google.com/p/v8/source/detail?r=23492

Patch Set 1 #

Total comments: 9

Patch Set 2 : Address feedback by Ben Titzer. #

Total comments: 2

Patch Set 3 : Addressed moar comments by Ben Titzer. #

Patch Set 4 : Addressed moar comments by Ben Titzer. #

Patch Set 5 : Fixups after rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+252 lines, -5 lines) Patch
M BUILD.gn View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler.h View 1 2 3 4 2 chunks +6 lines, -1 line 0 comments Download
M src/compiler.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A src/compiler/access-builder.h View 1 2 3 1 chunk +67 lines, -0 lines 0 comments Download
M src/compiler/js-typed-lowering.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/js-typed-lowering.cc View 1 2 3 chunks +40 lines, -0 lines 0 comments Download
M src/compiler/pipeline.cc View 1 2 3 4 3 chunks +9 lines, -2 lines 0 comments Download
M src/compiler/simplified-operator.h View 1 3 4 1 chunk +49 lines, -0 lines 0 comments Download
M src/objects-printer.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/cctest.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/compiler/function-tester.h View 1 2 3 4 2 chunks +5 lines, -1 line 0 comments Download
A test/cctest/compiler/test-run-properties.cc View 1 2 3 4 1 chunk +70 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Michael Starzinger
6 years, 3 months ago (2014-08-28 09:38:36 UTC) #1
titzer
https://codereview.chromium.org/516853002/diff/1/src/compiler/js-typed-lowering.cc File src/compiler/js-typed-lowering.cc (right): https://codereview.chromium.org/516853002/diff/1/src/compiler/js-typed-lowering.cc#newcode502 src/compiler/js-typed-lowering.cc:502: FieldAccess JSTypedLowering::FieldAccessForElements() { Let's pull these out to an ...
6 years, 3 months ago (2014-08-28 09:45:10 UTC) #2
Michael Starzinger
Comments addressed. PTAL. https://codereview.chromium.org/516853002/diff/1/src/compiler/js-typed-lowering.cc File src/compiler/js-typed-lowering.cc (right): https://codereview.chromium.org/516853002/diff/1/src/compiler/js-typed-lowering.cc#newcode502 src/compiler/js-typed-lowering.cc:502: FieldAccess JSTypedLowering::FieldAccessForElements() { On 2014/08/28 09:45:09, ...
6 years, 3 months ago (2014-08-28 10:38:41 UTC) #3
titzer
https://codereview.chromium.org/516853002/diff/1/src/compiler/js-typed-lowering.cc File src/compiler/js-typed-lowering.cc (right): https://codereview.chromium.org/516853002/diff/1/src/compiler/js-typed-lowering.cc#newcode502 src/compiler/js-typed-lowering.cc:502: FieldAccess JSTypedLowering::FieldAccessForElements() { On 2014/08/28 10:38:40, Michael Starzinger wrote: ...
6 years, 3 months ago (2014-08-28 11:09:03 UTC) #4
titzer
https://codereview.chromium.org/516853002/diff/20001/src/compiler/simplified-operator.h File src/compiler/simplified-operator.h (right): https://codereview.chromium.org/516853002/diff/20001/src/compiler/simplified-operator.h#newcode99 src/compiler/simplified-operator.h:99: class Access : public AllStatic { Also, please put ...
6 years, 3 months ago (2014-08-28 11:10:07 UTC) #5
Michael Starzinger
Comments addressed. PTAL. https://codereview.chromium.org/516853002/diff/20001/src/compiler/simplified-operator.h File src/compiler/simplified-operator.h (right): https://codereview.chromium.org/516853002/diff/20001/src/compiler/simplified-operator.h#newcode99 src/compiler/simplified-operator.h:99: class Access : public AllStatic { ...
6 years, 3 months ago (2014-08-28 11:27:19 UTC) #6
titzer
lgtm
6 years, 3 months ago (2014-08-28 11:34:44 UTC) #7
Michael Starzinger
6 years, 3 months ago (2014-08-28 14:35:31 UTC) #8
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as 23492 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698