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

Issue 2721483003: [turbofan] Make sure that CallIC feedback actually helps. (Closed)

Created:
3 years, 9 months ago by Benedikt Meurer
Modified:
3 years, 9 months ago
Reviewers:
Jarin
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Make sure that CallIC feedback actually helps. Don't just blindly bake in CallIC feedback in the JSCallReducer, but instead try to estimate first whether it makes sense to bake it in (and risk potential eager deoptimization exits). We already didn't use the CallIC feedback when the call target is a known constant, but we should also not use it if the target is a JSCreateClosure node or a Phi of known constants / JSCreateClosure nodes. R=jarin@chromium.org BUG=v8:5267 Review-Url: https://codereview.chromium.org/2721483003 Cr-Commit-Position: refs/heads/master@{#43443} Committed: https://chromium.googlesource.com/v8/v8/+/eb5f06dec8802b1376e7f86c1d56a825db0e9435

Patch Set 1 #

Patch Set 2 : Fix logic error. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -0 lines) Patch
M src/compiler/js-call-reducer.cc View 1 3 chunks +32 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (9 generated)
Benedikt Meurer
3 years, 9 months ago (2017-02-27 09:24:34 UTC) #1
Jarin
lgtm. Thanks!
3 years, 9 months ago (2017-02-27 10:12:25 UTC) #8
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/2721483003/20001
3 years, 9 months ago (2017-02-27 10:12:53 UTC) #10
commit-bot: I haz the power
3 years, 9 months ago (2017-02-27 10:27:57 UTC) #13
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/eb5f06dec8802b1376e7f86c1d56a825db0...

Powered by Google App Engine
This is Rietveld 408576698