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

Issue 1150723005: [turbofan] Optimized lowering of DYNAMIC_GLOBAL lookup slot loads. (Closed)

Created:
5 years, 6 months ago by Michael Starzinger
Modified:
5 years, 6 months ago
Reviewers:
Benedikt Meurer
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Optimized lowering of DYNAMIC_GLOBAL lookup slot loads. This adds handling of JSLoadDynamicGlobal nodes to JSTypedLowering to perform extension checks and an inline fast path. The fast path is a global variable load from the global object. R=bmeurer@chromium.org BUG=v8:4131 LOG=N Committed: https://crrev.com/440d099c5c2511836ba1b0be4823cd822b2e147f Cr-Commit-Position: refs/heads/master@{#28750}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Addressed comments. #

Patch Set 3 : Add unit test. #

Patch Set 4 : Whitespace change. #

Patch Set 5 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+223 lines, -83 lines) Patch
M src/compiler/ast-graph-builder.cc View 3 chunks +13 lines, -6 lines 0 comments Download
M src/compiler/js-generic-lowering.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/js-operator.h View 4 chunks +25 lines, -21 lines 0 comments Download
M src/compiler/js-operator.cc View 2 chunks +9 lines, -5 lines 0 comments Download
M src/compiler/js-typed-lowering.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/js-typed-lowering.cc View 1 2 3 4 2 chunks +60 lines, -0 lines 0 comments Download
M src/compiler/operator-properties.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/unittests/compiler/js-typed-lowering-unittest.cc View 1 2 3 4 1 chunk +31 lines, -0 lines 0 comments Download
M test/unittests/compiler/node-test-utils.h View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M test/unittests/compiler/node-test-utils.cc View 1 2 3 8 chunks +78 lines, -49 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
Michael Starzinger
Note that this is still missing a unit test for the typed lowering part. I ...
5 years, 6 months ago (2015-06-01 17:07:08 UTC) #1
Benedikt Meurer
LGTM modulo the vector on the operator, but that's probably separate. https://codereview.chromium.org/1150723005/diff/1/src/ast-numbering.cc File src/ast-numbering.cc (right): ...
5 years, 6 months ago (2015-06-02 04:39:49 UTC) #2
Michael Starzinger
https://codereview.chromium.org/1150723005/diff/1/src/ast-numbering.cc File src/ast-numbering.cc (right): https://codereview.chromium.org/1150723005/diff/1/src/ast-numbering.cc#newcode158 src/ast-numbering.cc:158: DisableCrankshaft(kReferenceToAVariableWhichRequiresDynamicLookup); On 2015/06/02 04:39:49, Benedikt Meurer wrote: > I ...
5 years, 6 months ago (2015-06-02 07:38:29 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1150723005/80001
5 years, 6 months ago (2015-06-02 09:29:42 UTC) #6
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 6 months ago (2015-06-02 09:37:55 UTC) #7
commit-bot: I haz the power
5 years, 6 months ago (2015-06-02 09:38:11 UTC) #8
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/440d099c5c2511836ba1b0be4823cd822b2e147f
Cr-Commit-Position: refs/heads/master@{#28750}

Powered by Google App Engine
This is Rietveld 408576698