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

Issue 2521313002: [turbofan] Access merge environment map more efficiently (Closed)

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

Description

[turbofan] Access merge environment map more efficiently Committed: https://crrev.com/8590e8d4d5fca9bee6613f55761af000d5fd1ddb Cr-Commit-Position: refs/heads/master@{#41481}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Replace array-like access with insert+iterator #

Patch Set 3 : Revert "Replace array-like access with insert+iterator" #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -6 lines) Patch
M src/compiler/bytecode-graph-builder.cc View 1 2 2 chunks +8 lines, -6 lines 0 comments Download

Messages

Total messages: 22 (13 generated)
Leszek Swirski
Hi Michi, I noticed some small inefficiencies in the way we were accessing the merge ...
4 years ago (2016-12-01 14:42:27 UTC) #6
Michael Starzinger
LGTM with a question. https://codereview.chromium.org/2521313002/diff/1/src/compiler/bytecode-graph-builder.cc File src/compiler/bytecode-graph-builder.cc (right): https://codereview.chromium.org/2521313002/diff/1/src/compiler/bytecode-graph-builder.cc#newcode1899 src/compiler/bytecode-graph-builder.cc:1899: auto it = merge_environments_.find(current_offset); question: ...
4 years ago (2016-12-01 14:47:48 UTC) #7
Leszek Swirski
I'll wait for a reply to my reply before submitting. https://codereview.chromium.org/2521313002/diff/1/src/compiler/bytecode-graph-builder.cc File src/compiler/bytecode-graph-builder.cc (right): https://codereview.chromium.org/2521313002/diff/1/src/compiler/bytecode-graph-builder.cc#newcode1899 ...
4 years ago (2016-12-01 14:52:36 UTC) #8
Michael Starzinger
https://codereview.chromium.org/2521313002/diff/1/src/compiler/bytecode-graph-builder.cc File src/compiler/bytecode-graph-builder.cc (right): https://codereview.chromium.org/2521313002/diff/1/src/compiler/bytecode-graph-builder.cc#newcode1899 src/compiler/bytecode-graph-builder.cc:1899: auto it = merge_environments_.find(current_offset); On 2016/12/01 14:52:36, Leszek Swirski ...
4 years ago (2016-12-01 15:00:51 UTC) #9
Leszek Swirski
On 2016/12/01 15:00:51, Michael Starzinger wrote: > https://codereview.chromium.org/2521313002/diff/1/src/compiler/bytecode-graph-builder.cc > File src/compiler/bytecode-graph-builder.cc (right): > > https://codereview.chromium.org/2521313002/diff/1/src/compiler/bytecode-graph-builder.cc#newcode1899 ...
4 years ago (2016-12-01 15:59:05 UTC) #12
Michael Starzinger
https://codereview.chromium.org/2521313002/diff/1/src/compiler/bytecode-graph-builder.cc File src/compiler/bytecode-graph-builder.cc (right): https://codereview.chromium.org/2521313002/diff/1/src/compiler/bytecode-graph-builder.cc#newcode1899 src/compiler/bytecode-graph-builder.cc:1899: auto it = merge_environments_.find(current_offset); On 2016/12/01 15:00:51, Michael Starzinger ...
4 years ago (2016-12-01 17:00:43 UTC) #15
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/2521313002/40001
4 years ago (2016-12-05 10:42:15 UTC) #18
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years ago (2016-12-05 11:09:35 UTC) #20
commit-bot: I haz the power
4 years ago (2016-12-05 11:10:11 UTC) #22
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/8590e8d4d5fca9bee6613f55761af000d5fd1ddb
Cr-Commit-Position: refs/heads/master@{#41481}

Powered by Google App Engine
This is Rietveld 408576698