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

Issue 1997353002: [turbofan] Skip data-flow analysis of code entry field. (Closed)

Created:
4 years, 7 months ago by Michael Starzinger
Modified:
4 years, 7 months 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] Skip data-flow analysis of code entry field. This makes escape analysis skip analyzing the code entry field within JSFunction objects. Said field is an untagged pointer field and hence cannot be tracked by an ObjectState node. R=jarin@chromium.org TEST=mjsunit/regress/regress-crbug-613494 BUG=chromium:613494 Committed: https://crrev.com/dbd7d5a59f85ff2fd2a06e9377757d2dd6dce45c Cr-Commit-Position: refs/heads/master@{#36436}

Patch Set 1 #

Patch Set 2 : Rebased. #

Total comments: 3

Patch Set 3 : Addressed comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -4 lines) Patch
M src/compiler/escape-analysis.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/escape-analysis.cc View 1 2 2 chunks +10 lines, -0 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-613494.js View 1 chunk +3 lines, -4 lines 0 comments Download

Messages

Total messages: 12 (6 generated)
Michael Starzinger
https://codereview.chromium.org/1997353002/diff/20001/src/compiler/escape-analysis.cc File src/compiler/escape-analysis.cc (right): https://codereview.chromium.org/1997353002/diff/20001/src/compiler/escape-analysis.cc#newcode852 src/compiler/escape-analysis.cc:852: slot_not_analyzed_(graph->NewNode(common->NumberConstant(0.0))), I went with NumberConstant(0) mainly because it can ...
4 years, 7 months ago (2016-05-23 08:58:53 UTC) #3
Jarin
lgtm https://codereview.chromium.org/1997353002/diff/20001/src/compiler/escape-analysis.cc File src/compiler/escape-analysis.cc (right): https://codereview.chromium.org/1997353002/diff/20001/src/compiler/escape-analysis.cc#newcode852 src/compiler/escape-analysis.cc:852: slot_not_analyzed_(graph->NewNode(common->NumberConstant(0.0))), On 2016/05/23 08:58:53, Michael Starzinger wrote: > ...
4 years, 7 months ago (2016-05-23 09:45:54 UTC) #4
Michael Starzinger
Thanks! Addressed comments. Landing. https://codereview.chromium.org/1997353002/diff/20001/src/compiler/escape-analysis.cc File src/compiler/escape-analysis.cc (right): https://codereview.chromium.org/1997353002/diff/20001/src/compiler/escape-analysis.cc#newcode852 src/compiler/escape-analysis.cc:852: slot_not_analyzed_(graph->NewNode(common->NumberConstant(0.0))), On 2016/05/23 09:45:54, Jarin ...
4 years, 7 months ago (2016-05-23 09:57:13 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1997353002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1997353002/40001
4 years, 7 months ago (2016-05-23 10:37:04 UTC) #8
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 7 months ago (2016-05-23 10:39:32 UTC) #10
commit-bot: I haz the power
4 years, 7 months ago (2016-05-23 10:40:41 UTC) #12
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/dbd7d5a59f85ff2fd2a06e9377757d2dd6dce45c
Cr-Commit-Position: refs/heads/master@{#36436}

Powered by Google App Engine
This is Rietveld 408576698