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

Issue 1467173002: [turbofan] Allow to consume feedback on CallConstruct. (Closed)

Created:
5 years, 1 month ago by Benedikt Meurer
Modified:
5 years, 1 month ago
Reviewers:
Jarin
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] Allow to consume feedback on CallConstruct. Add an eager deoptimization location for JSCallConstruct and adapt the JSCallReducer to consume target feedback for construction sites (only applies to explicit new F(...args) not the super constructor calls). Also recognize the new Array(...args) constructs with only target feedback. R=jarin@chromium.org BUG=v8:4470 LOG=n Committed: https://crrev.com/a61a6f999884781481a237297da8c5f56d92d67f Cr-Commit-Position: refs/heads/master@{#32177}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Address comments. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -7 lines) Patch
M src/compiler/ast-graph-builder.cc View 3 chunks +8 lines, -2 lines 0 comments Download
M src/compiler/js-call-reducer.cc View 1 4 chunks +98 lines, -0 lines 1 comment Download
M src/compiler/js-inlining.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/compiler/operator-properties.cc View 1 chunk +2 lines, -4 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
Benedikt Meurer
5 years, 1 month ago (2015-11-23 11:49:47 UTC) #1
Benedikt Meurer
Hey Jaro, Here's the CL you looked into previously. Please take a look. Thanks, Benedikt
5 years, 1 month ago (2015-11-23 11:50:30 UTC) #2
Jarin
lgtm with questions. https://codereview.chromium.org/1467173002/diff/1/src/compiler/js-call-reducer.cc File src/compiler/js-call-reducer.cc (right): https://codereview.chromium.org/1467173002/diff/1/src/compiler/js-call-reducer.cc#newcode345 src/compiler/js-call-reducer.cc:345: NodeProperties::RemoveFrameStateInput(node, 0); Could you add a ...
5 years, 1 month ago (2015-11-23 12:52:07 UTC) #3
Benedikt Meurer
https://codereview.chromium.org/1467173002/diff/1/src/compiler/js-call-reducer.cc File src/compiler/js-call-reducer.cc (right): https://codereview.chromium.org/1467173002/diff/1/src/compiler/js-call-reducer.cc#newcode345 src/compiler/js-call-reducer.cc:345: NodeProperties::RemoveFrameStateInput(node, 0); Done. It's the eager one BTW. https://codereview.chromium.org/1467173002/diff/1/src/compiler/js-call-reducer.cc#newcode389 ...
5 years, 1 month ago (2015-11-23 12:59:03 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1467173002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1467173002/20001
5 years, 1 month ago (2015-11-23 12:59:14 UTC) #7
Jarin
https://codereview.chromium.org/1467173002/diff/1/src/compiler/js-call-reducer.cc File src/compiler/js-call-reducer.cc (right): https://codereview.chromium.org/1467173002/diff/1/src/compiler/js-call-reducer.cc#newcode345 src/compiler/js-call-reducer.cc:345: NodeProperties::RemoveFrameStateInput(node, 0); On 2015/11/23 12:59:03, Benedikt Meurer wrote: > ...
5 years, 1 month ago (2015-11-23 13:06:29 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 1 month ago (2015-11-23 13:33:51 UTC) #9
commit-bot: I haz the power
5 years, 1 month ago (2015-11-23 13:34:38 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/a61a6f999884781481a237297da8c5f56d92d67f
Cr-Commit-Position: refs/heads/master@{#32177}

Powered by Google App Engine
This is Rietveld 408576698