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

Issue 1426893003: [turbofan] Fix and rework deopt in call to super property. (Closed)

Created:
5 years, 1 month ago by Michael Starzinger
Modified:
5 years, 1 month ago
Reviewers:
rossberg
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Fix and rework deopt in call to super property. This refactors the handling of calls of type Call::PROPERTY_CALL to super properties in AstGraphBuilder::VisitCall. It ensures that the operand stack is kept in sync with full-codegen so that deopts while evaluating sub-expressions behave as expected. R=rossberg@chromium.org TEST=mjsunit/regress/regress-4521 BUG=v8:4521 LOG=n Committed: https://crrev.com/d3c4adfd78d814164e5f4bd0cd7c5e5e1ffa22cb Cr-Commit-Position: refs/heads/master@{#31652}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -32 lines) Patch
M src/compiler/ast-graph-builder.cc View 2 chunks +56 lines, -32 lines 2 comments Download
A test/mjsunit/regress/regress-4521.js View 1 chunk +20 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 7 (1 generated)
Michael Starzinger
https://codereview.chromium.org/1426893003/diff/1/src/compiler/ast-graph-builder.cc File src/compiler/ast-graph-builder.cc (right): https://codereview.chromium.org/1426893003/diff/1/src/compiler/ast-graph-builder.cc#newcode2349 src/compiler/ast-graph-builder.cc:2349: LhsKind property_type = Property::GetAssignType(property); The LhsKind is somewhat being ...
5 years, 1 month ago (2015-10-28 17:26:26 UTC) #1
rossberg
LGTM. This is introducing quite a bit of code duplication, but your call. https://codereview.chromium.org/1426893003/diff/1/src/compiler/ast-graph-builder.cc File ...
5 years, 1 month ago (2015-10-29 10:34:12 UTC) #2
Michael Starzinger
On 2015/10/29 10:34:12, rossberg wrote: > LGTM. This is introducing quite a bit of code ...
5 years, 1 month ago (2015-10-29 12:30:48 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1426893003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1426893003/1
5 years, 1 month ago (2015-10-29 12:31:32 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 1 month ago (2015-10-29 12:32:39 UTC) #6
commit-bot: I haz the power
5 years, 1 month ago (2015-10-29 12:32:59 UTC) #7
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/d3c4adfd78d814164e5f4bd0cd7c5e5e1ffa22cb
Cr-Commit-Position: refs/heads/master@{#31652}

Powered by Google App Engine
This is Rietveld 408576698