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

Issue 983153002: [turbofan] Add an extra frame state for deoptimization before binary op. (Closed)

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

Description

[turbofan] Add an extra frame state for deoptimization before binary op. BUG= R=bmeurer@chromium.org Committed: https://crrev.com/02e318517f74ccca3545369e4b93d56f599c1a7a Cr-Commit-Position: refs/heads/master@{#27060}

Patch Set 1 #

Patch Set 2 : Tweak #

Total comments: 25

Patch Set 3 : Tweak #

Unified diffs Side-by-side diffs Delta from patch set Stats (+166 lines, -89 lines) Patch
M src/compiler/ast-graph-builder.h View 2 chunks +5 lines, -1 line 0 comments Download
M src/compiler/ast-graph-builder.cc View 1 2 9 chunks +47 lines, -16 lines 0 comments Download
M src/compiler/change-lowering.cc View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M src/compiler/js-generic-lowering.cc View 1 2 3 chunks +22 lines, -8 lines 0 comments Download
M src/compiler/js-inlining.cc View 1 2 3 chunks +4 lines, -2 lines 0 comments Download
M src/compiler/js-intrinsic-lowering.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/js-typed-lowering.cc View 1 2 2 chunks +7 lines, -4 lines 0 comments Download
M src/compiler/node-properties.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/compiler/node-properties.cc View 1 2 2 chunks +7 lines, -6 lines 0 comments Download
M src/compiler/operator-properties.h View 1 chunk +2 lines, -5 lines 0 comments Download
M src/compiler/operator-properties.cc View 4 chunks +22 lines, -19 lines 0 comments Download
M src/compiler/verifier.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/compiler/simplified-graph-builder.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/compiler/test-js-typed-lowering.cc View 6 chunks +19 lines, -9 lines 0 comments Download
M test/unittests/compiler/js-operator-unittest.cc View 1 chunk +11 lines, -11 lines 0 comments Download
M test/unittests/compiler/scheduler-unittest.cc View 5 chunks +10 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
Jarin
Could you take a look, please?
5 years, 9 months ago (2015-03-06 16:16:20 UTC) #2
Benedikt Meurer
General direction looks good. https://codereview.chromium.org/983153002/diff/20001/src/compiler/ast-graph-builder.cc File src/compiler/ast-graph-builder.cc (right): https://codereview.chromium.org/983153002/diff/20001/src/compiler/ast-graph-builder.cc#newcode2975 src/compiler/ast-graph-builder.cc:2975: DCHECK_EQ(OperatorProperties::GetFrameStateInputCount(node->op()), 1); Nit: DCHECK_XX(expected, actual) ...
5 years, 9 months ago (2015-03-09 05:32:35 UTC) #3
Jarin
All addressed now. Thanks! https://codereview.chromium.org/983153002/diff/20001/src/compiler/ast-graph-builder.cc File src/compiler/ast-graph-builder.cc (right): https://codereview.chromium.org/983153002/diff/20001/src/compiler/ast-graph-builder.cc#newcode2975 src/compiler/ast-graph-builder.cc:2975: DCHECK_EQ(OperatorProperties::GetFrameStateInputCount(node->op()), 1); On 2015/03/09 05:32:34, ...
5 years, 9 months ago (2015-03-09 07:47:12 UTC) #5
Benedikt Meurer
lgtm
5 years, 9 months ago (2015-03-09 07:57:23 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/983153002/60001
5 years, 9 months ago (2015-03-09 08:05:06 UTC) #8
commit-bot: I haz the power
Failed to apply the patch.
5 years, 9 months ago (2015-03-09 08:12:48 UTC) #10
Jarin
Committed patchset #3 (id:60001) manually as 02e318517f74ccca3545369e4b93d56f599c1a7a (presubmit successful).
5 years, 9 months ago (2015-03-09 08:37:25 UTC) #12
commit-bot: I haz the power
5 years, 9 months ago (2015-03-09 08:37:32 UTC) #13
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/02e318517f74ccca3545369e4b93d56f599c1a7a
Cr-Commit-Position: refs/heads/master@{#27060}

Powered by Google App Engine
This is Rietveld 408576698