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

Issue 1977473002: [compiler] Move list of inlined functions to Crankshaft. (Closed)

Created:
4 years, 7 months ago by Michael Starzinger
Modified:
4 years, 7 months ago
Reviewers:
Benedikt Meurer
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@local_cleanup-compiler-sidechannel-3
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[compiler] Move list of inlined functions to Crankshaft. The data-structure in question is only used by Crankshaft, it can safely be moved into the backend to avoid exposure through the CompilationInfo. R=bmeurer@chromium.org Committed: https://crrev.com/76569704569dafa3861c061359ef2bce860ab2c2 Cr-Commit-Position: refs/heads/master@{#36232}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix tha leeeek. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -19 lines) Patch
M src/compiler.h View 3 chunks +0 lines, -12 lines 0 comments Download
M src/crankshaft/hydrogen.h View 1 3 chunks +11 lines, -0 lines 0 comments Download
M src/crankshaft/hydrogen.cc View 1 4 chunks +6 lines, -7 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 9 (3 generated)
Michael Starzinger
4 years, 7 months ago (2016-05-12 14:07:24 UTC) #1
Benedikt Meurer
LGTM modulo the memory leak. https://codereview.chromium.org/1977473002/diff/1/src/crankshaft/hydrogen.h File src/crankshaft/hydrogen.h (right): https://codereview.chromium.org/1977473002/diff/1/src/crankshaft/hydrogen.h#newcode521 src/crankshaft/hydrogen.h:521: std::vector<HInlinedFunctionInfo> inlined_function_infos_; This has ...
4 years, 7 months ago (2016-05-12 17:42:02 UTC) #2
Michael Starzinger
Thanks! Addressed comments. https://codereview.chromium.org/1977473002/diff/1/src/crankshaft/hydrogen.h File src/crankshaft/hydrogen.h (right): https://codereview.chromium.org/1977473002/diff/1/src/crankshaft/hydrogen.h#newcode521 src/crankshaft/hydrogen.h:521: std::vector<HInlinedFunctionInfo> inlined_function_infos_; On 2016/05/12 17:42:02, Benedikt ...
4 years, 7 months ago (2016-05-13 08:32:48 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1977473002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1977473002/20001
4 years, 7 months ago (2016-05-13 10:31:51 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 7 months ago (2016-05-13 10:33:34 UTC) #7
commit-bot: I haz the power
4 years, 7 months ago (2016-05-13 10:34:25 UTC) #9
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/76569704569dafa3861c061359ef2bce860ab2c2
Cr-Commit-Position: refs/heads/master@{#36232}

Powered by Google App Engine
This is Rietveld 408576698