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

Issue 2437683003: [turbofan] Make FrameStateBeforeAndAfter explicit. (Closed)

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

Description

[turbofan] Make FrameStateBeforeAndAfter explicit. This makes the creation of frame states "before" and "after" node sequences explicit in the {BytecodeGraphBuilder}. This removes some complexity and also allows us to ellide redundant {Checkpoint} nodes before operations that don't actually eager deoptimize. In this change such redundant {Checkpoint} nodes have been removed for arguments object and rest array creation bytecodes. The frame states used in such {Checkpoint} nodes were actually bogus because they would resume bytecode execution before the {new.target} value is assigned to its respective variable. R=jarin@chromium.org Committed: https://crrev.com/c44dca798b36f090c370c3e88146ad7a1ce8a1b4 Cr-Commit-Position: refs/heads/master@{#40453}

Patch Set 1 #

Patch Set 2 : Add comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+157 lines, -179 lines) Patch
M src/compiler/bytecode-graph-builder.h View 2 chunks +10 lines, -2 lines 0 comments Download
M src/compiler/bytecode-graph-builder.cc View 1 52 chunks +147 lines, -177 lines 0 comments Download

Messages

Total messages: 14 (9 generated)
Michael Starzinger
4 years, 2 months ago (2016-10-19 12:08:49 UTC) #5
Jarin
lgtm
4 years, 2 months ago (2016-10-19 12:22:56 UTC) #6
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/2437683003/20001
4 years, 2 months ago (2016-10-20 08:15:34 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 2 months ago (2016-10-20 08:22:39 UTC) #12
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:07:22 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/c44dca798b36f090c370c3e88146ad7a1ce8a1b4
Cr-Commit-Position: refs/heads/master@{#40453}

Powered by Google App Engine
This is Rietveld 408576698