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

Issue 2697513010: [turbofan] Avoid introducing useless JSConvertReceiver during inlining. (Closed)

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

Description

[turbofan] Avoid introducing useless JSConvertReceiver during inlining. In the JSInliner we shouldn't introduce JSConvertReceiver needlessly if the input is already known to produce a receiver, i.e. if it's a JSCreate or something like that. BUG=v8:5267 R=jarin@chromium.org Review-Url: https://codereview.chromium.org/2697513010 Cr-Commit-Position: refs/heads/master@{#43273} Committed: https://chromium.googlesource.com/v8/v8/+/3503ddf0dbd7d0fde050400a90c9434f030f2d4b

Patch Set 1 #

Total comments: 2

Patch Set 2 : Comment. #

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

Messages

Total messages: 11 (6 generated)
Benedikt Meurer
3 years, 10 months ago (2017-02-17 10:06:02 UTC) #1
Jarin
lgtm https://codereview.chromium.org/2697513010/diff/1/src/compiler/js-inlining.cc File src/compiler/js-inlining.cc (right): https://codereview.chromium.org/2697513010/diff/1/src/compiler/js-inlining.cc#newcode313 src/compiler/js-inlining.cc:313: if (receiver->opcode() == IrOpcode::kJSCreate) return false; This line ...
3 years, 10 months ago (2017-02-17 10:07:46 UTC) #4
Benedikt Meurer
https://codereview.chromium.org/2697513010/diff/1/src/compiler/js-inlining.cc File src/compiler/js-inlining.cc (right): https://codereview.chromium.org/2697513010/diff/1/src/compiler/js-inlining.cc#newcode313 src/compiler/js-inlining.cc:313: if (receiver->opcode() == IrOpcode::kJSCreate) return false; On 2017/02/17 10:07:46, ...
3 years, 10 months ago (2017-02-17 10:09:40 UTC) #5
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/2697513010/20001
3 years, 10 months ago (2017-02-17 10:09:50 UTC) #8
commit-bot: I haz the power
3 years, 10 months ago (2017-02-17 10:33:29 UTC) #11
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/3503ddf0dbd7d0fde050400a90c9434f030...

Powered by Google App Engine
This is Rietveld 408576698