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

Issue 631093003: [turbofan] Fix lowering of typed loads/stores. (Closed)

Created:
6 years, 2 months ago by Benedikt Meurer
Modified:
6 years, 2 months ago
Reviewers:
Sven Panne
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

[turbofan] Fix lowering of typed loads/stores. Only JSLoadProperty/JSStoreProperty nodes with external typed arrays can be lowered to LoadElement/StoreElement, because lowering of non-external typed arrays would require a map check. TEST=cctest,unittests,mjsunit R=svenpanne@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=24426

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+560 lines, -65 lines) Patch
M src/compiler/access-builder.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M src/compiler/js-typed-lowering.cc View 2 chunks +40 lines, -48 lines 0 comments Download
M src/compiler/simplified-operator.h View 1 chunk +6 lines, -1 line 0 comments Download
M src/compiler/simplified-operator.cc View 1 chunk +26 lines, -0 lines 0 comments Download
M src/factory.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/factory.cc View 3 chunks +40 lines, -1 line 0 comments Download
M src/handles.h View 1 chunk +1 line, -1 line 0 comments Download
M test/unittests/compiler/graph-unittest.h View 3 chunks +25 lines, -0 lines 0 comments Download
M test/unittests/compiler/graph-unittest.cc View 5 chunks +215 lines, -1 line 0 comments Download
M test/unittests/compiler/js-builtin-reducer-unittest.cc View 1 chunk +0 lines, -5 lines 0 comments Download
A test/unittests/compiler/js-typed-lowering-unittest.cc View 1 chunk +164 lines, -0 lines 0 comments Download
M test/unittests/test-utils.h View 1 chunk +3 lines, -0 lines 0 comments Download
M test/unittests/test-utils.cc View 1 chunk +26 lines, -0 lines 0 comments Download
M test/unittests/unittests.gyp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
Benedikt Meurer
PTAL
6 years, 2 months ago (2014-10-07 07:25:07 UTC) #2
Sven Panne
LGTM (rubberstamped)
6 years, 2 months ago (2014-10-07 07:26:09 UTC) #3
Benedikt Meurer
6 years, 2 months ago (2014-10-07 07:37:10 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 24426 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698