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

Issue 2272633002: [turbofan] Fix constructor inlining control wiring. (Closed)

Created:
4 years, 4 months ago by Michael Starzinger
Modified:
4 years, 4 months ago
Reviewers:
Jarin, rmcilroy
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 constructor inlining control wiring. This makes sure the check of the return value of an inlined constructor call is properly wired into the control chain. The check only happens on successful completion of the underlying call and hence is wired into the success latch of the control projections. R=jarin@chromium.org Committed: https://crrev.com/86d409789a9d7d1e1f1b616ee459f73bd0651d8a Cr-Commit-Position: refs/heads/master@{#38820}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comment. #

Patch Set 3 : Better comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -7 lines) Patch
M src/compiler/js-inlining.cc View 1 2 1 chunk +10 lines, -7 lines 0 comments Download

Messages

Total messages: 17 (10 generated)
Michael Starzinger
Jaro: PTAL. Ross: FYI.
4 years, 4 months ago (2016-08-23 12:11:13 UTC) #4
Jarin
lgtm. https://codereview.chromium.org/2272633002/diff/1/src/compiler/js-inlining.cc File src/compiler/js-inlining.cc (right): https://codereview.chromium.org/2272633002/diff/1/src/compiler/js-inlining.cc#newcode450 src/compiler/js-inlining.cc:450: NodeProperties::ReplaceControlInput(success, node); Please add a comment explaining that ...
4 years, 4 months ago (2016-08-23 12:30:03 UTC) #5
Michael Starzinger
Thanks! Addressed comments. Landing. https://codereview.chromium.org/2272633002/diff/1/src/compiler/js-inlining.cc File src/compiler/js-inlining.cc (right): https://codereview.chromium.org/2272633002/diff/1/src/compiler/js-inlining.cc#newcode450 src/compiler/js-inlining.cc:450: NodeProperties::ReplaceControlInput(success, node); On 2016/08/23 12:30:03, ...
4 years, 4 months ago (2016-08-23 12:39:04 UTC) #10
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/2272633002/40001
4 years, 4 months ago (2016-08-23 12:39:51 UTC) #13
rmcilroy
LGTM.
4 years, 4 months ago (2016-08-23 12:56:46 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 4 months ago (2016-08-23 13:03:32 UTC) #15
commit-bot: I haz the power
4 years, 4 months ago (2016-08-23 13:03:52 UTC) #17
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/86d409789a9d7d1e1f1b616ee459f73bd0651d8a
Cr-Commit-Position: refs/heads/master@{#38820}

Powered by Google App Engine
This is Rietveld 408576698