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

Issue 2050813003: [turbofan] Introduce CheckIf node (deopt without explicit frame state). (Closed)

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

Description

[turbofan] Introduce CheckIf node (deopt without explicit frame state). Type feedback introduced DeoptimizeIf node in representation inference (for Int32AddWithOverflow); we found the frame state for the deopt by walking the effect chain. Unfortunately, the effect chain can hit effect merges introduced by simplified lowering (e.g., in LoadBuffer) and thus fail the assertion (we refuse to go through effect phis). This CL postpones assignment of the frame state to the effect-control lninearizer, so that we can correctly propagate the frame state to the deopt point. The DeoptimizeIf node with unassigned frame state is called CheckIf. BUG= Committed: https://crrev.com/f2312019aff98ea33a6a2f29cfaf3a7247e259a1 Cr-Commit-Position: refs/heads/master@{#36839}

Patch Set 1 #

Patch Set 2 : Rename #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -5 lines) Patch
M src/compiler/effect-control-linearizer.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/effect-control-linearizer.cc View 1 2 chunks +14 lines, -1 line 0 comments Download
M src/compiler/node-properties.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/compiler/opcodes.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/simplified-lowering.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M src/compiler/simplified-operator.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/simplified-operator.cc View 1 2 chunks +11 lines, -0 lines 0 comments Download
M src/compiler/typer.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/compiler/verifier.cc View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11 (6 generated)
Jarin
Could you take a look, please?
4 years, 6 months ago (2016-06-09 05:09:40 UTC) #3
Benedikt Meurer
lgtm
4 years, 6 months ago (2016-06-09 05:12:49 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2050813003/20001
4 years, 6 months ago (2016-06-09 05:13:09 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 6 months ago (2016-06-09 05:40:08 UTC) #9
commit-bot: I haz the power
4 years, 6 months ago (2016-06-09 05:41:27 UTC) #11
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/f2312019aff98ea33a6a2f29cfaf3a7247e259a1
Cr-Commit-Position: refs/heads/master@{#36839}

Powered by Google App Engine
This is Rietveld 408576698