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

Issue 1823033002: [compiler] Move PassesFilter onto SharedFunctionInfo. (Closed)

Created:
4 years, 9 months ago by Michael Starzinger
Modified:
4 years, 9 months ago
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

[compiler] Move PassesFilter onto SharedFunctionInfo. The JSFunction::PassesFilter predicate is not fine-grained enough to actually distinguish different closures and hence can be changed into SharedFunctionInfo::PassesFilter instead. This will allow the compiler to use is more broadly. R=jkummerow@chromium.org Committed: https://crrev.com/31d3c8a0749bde23f6a1013cc19e29e8dc292da0 Cr-Commit-Position: refs/heads/master@{#34981}

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -45 lines) Patch
M src/compiler.cc View 3 chunks +4 lines, -3 lines 2 comments Download
M src/crankshaft/compilation-phase.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/objects.cc View 2 chunks +35 lines, -37 lines 2 comments Download
M src/runtime-profiler.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 8 (3 generated)
Michael Starzinger
Jakob: PTAL. Ross: FYI. https://codereview.chromium.org/1823033002/diff/1/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/1823033002/diff/1/src/compiler.cc#newcode824 src/compiler.cc:824: return info->closure()->shared()->PassesFilter(FLAG_ignition_filter); Note that CompilationInfo::shared_info() ...
4 years, 9 months ago (2016-03-22 09:06:31 UTC) #2
Jakob Kummerow
LGTM! https://codereview.chromium.org/1823033002/diff/1/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/1823033002/diff/1/src/compiler.cc#newcode824 src/compiler.cc:824: return info->closure()->shared()->PassesFilter(FLAG_ignition_filter); On 2016/03/22 09:06:31, Michael Starzinger wrote: ...
4 years, 9 months ago (2016-03-22 09:32:11 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1823033002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1823033002/1
4 years, 9 months ago (2016-03-22 09:59:07 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 9 months ago (2016-03-22 10:01:11 UTC) #6
commit-bot: I haz the power
4 years, 9 months ago (2016-03-22 10:02:23 UTC) #8
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/31d3c8a0749bde23f6a1013cc19e29e8dc292da0
Cr-Commit-Position: refs/heads/master@{#34981}

Powered by Google App Engine
This is Rietveld 408576698