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

Issue 2374983003: [ignition] Add global lookup fast path to generated turbofan graph (Closed)

Created:
4 years, 2 months ago by Leszek Swirski
Modified:
4 years, 2 months ago
Reviewers:
Michael Starzinger
CC:
v8-reviews_googlegroups.com, rmcilroy
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[ignition] Add global lookup fast path to generated turbofan graph Adds a fast-path test and branch for the turbofan graph generated by BytecodeGraphBuilder for dynamic global lookups. BUG=v8:5263 Committed: https://crrev.com/5352e7a54467537cb93b0a6eafd500b57508670b Cr-Commit-Position: refs/heads/master@{#39882}

Patch Set 1 #

Patch Set 2 : Avoid signed/unsigned warning #

Patch Set 3 : Rebase, apply environment merge fix #

Total comments: 4

Patch Set 4 : Move feedback slot index operand get out of BuildLoadGlobal #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -12 lines) Patch
M src/compiler/bytecode-graph-builder.h View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M src/compiler/bytecode-graph-builder.cc View 1 2 3 6 chunks +44 lines, -11 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 23 (16 generated)
Leszek Swirski
4 years, 2 months ago (2016-09-29 14:35:59 UTC) #10
Michael Starzinger
Looking good. https://codereview.chromium.org/2374983003/diff/40001/src/compiler/bytecode-graph-builder.cc File src/compiler/bytecode-graph-builder.cc (right): https://codereview.chromium.org/2374983003/diff/40001/src/compiler/bytecode-graph-builder.cc#newcode789 src/compiler/bytecode-graph-builder.cc:789: Node* BytecodeGraphBuilder::BuildLoadGlobal(int feedback_slot_operand, nit: Could we instead ...
4 years, 2 months ago (2016-09-29 14:52:25 UTC) #11
Leszek Swirski
Thanks for the review, new one is up. https://codereview.chromium.org/2374983003/diff/40001/src/compiler/bytecode-graph-builder.cc File src/compiler/bytecode-graph-builder.cc (right): https://codereview.chromium.org/2374983003/diff/40001/src/compiler/bytecode-graph-builder.cc#newcode789 src/compiler/bytecode-graph-builder.cc:789: Node* ...
4 years, 2 months ago (2016-09-29 15:40:18 UTC) #16
Michael Starzinger
LGTM.
4 years, 2 months ago (2016-09-29 15:45:07 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2374983003/60001
4 years, 2 months ago (2016-09-29 15:47:07 UTC) #20
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 2 months ago (2016-09-29 16:08:33 UTC) #21
commit-bot: I haz the power
4 years, 2 months ago (2016-09-29 16:08:58 UTC) #23
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/5352e7a54467537cb93b0a6eafd500b57508670b
Cr-Commit-Position: refs/heads/master@{#39882}

Powered by Google App Engine
This is Rietveld 408576698