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

Issue 1863083002: [parser] Remove ParseInfo::closure field. (Closed)

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

Description

[parser] Remove ParseInfo::closure field. The parser should never need to look at the underlying closure object, hence the field can be moved from ParseInfo into CompilationInfo. R=rossberg@chromium.org Committed: https://crrev.com/1407c89427174222847e9d666fb9785cf8967030 Cr-Commit-Position: refs/heads/master@{#35358}

Patch Set 1 #

Patch Set 2 : Actually remove field. #

Total comments: 2

Patch Set 3 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -37 lines) Patch
M src/compiler.h View 1 2 5 chunks +5 lines, -3 lines 0 comments Download
M src/compiler.cc View 1 2 10 chunks +12 lines, -12 lines 0 comments Download
M src/compiler/js-inlining.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/crankshaft/hydrogen.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/parsing/parser.h View 1 4 chunks +0 lines, -5 lines 0 comments Download
M src/parsing/parser.cc View 1 2 3 chunks +4 lines, -6 lines 0 comments Download
M test/cctest/compiler/function-tester.h View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/compiler/test-linkage.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/compiler/test-loop-assignment-analysis.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/compiler/test-pipeline.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/compiler/test-run-bytecode-graph-builder.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-parsing.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 13 (4 generated)
Michael Starzinger
4 years, 8 months ago (2016-04-06 14:26:20 UTC) #1
rossberg
LGTM with one optional suggestion https://codereview.chromium.org/1863083002/diff/20001/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/1863083002/diff/20001/src/compiler.cc#newcode1158 src/compiler.cc:1158: CompilationInfo info(&parse_info, Handle<JSFunction>::null()); Given ...
4 years, 8 months ago (2016-04-06 14:57:32 UTC) #2
Michael Starzinger
https://codereview.chromium.org/1863083002/diff/20001/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/1863083002/diff/20001/src/compiler.cc#newcode1158 src/compiler.cc:1158: CompilationInfo info(&parse_info, Handle<JSFunction>::null()); On 2016/04/06 14:57:32, rossberg wrote: > ...
4 years, 8 months ago (2016-04-06 16:14:00 UTC) #3
rossberg
On 2016/04/06 16:14:00, Michael Starzinger wrote: > https://codereview.chromium.org/1863083002/diff/20001/src/compiler.cc > File src/compiler.cc (right): > > https://codereview.chromium.org/1863083002/diff/20001/src/compiler.cc#newcode1158 ...
4 years, 8 months ago (2016-04-06 16:29:58 UTC) #4
Jakob Kummerow
src/crankshaft/ LGTM.
4 years, 8 months ago (2016-04-08 12:14:40 UTC) #6
Michael Starzinger
+Jakob: Needs Crankshaft owner stamp.
4 years, 8 months ago (2016-04-08 12:14:45 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1863083002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1863083002/40001
4 years, 8 months ago (2016-04-08 12:16:00 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 8 months ago (2016-04-08 12:31:47 UTC) #11
commit-bot: I haz the power
4 years, 8 months ago (2016-04-08 12:32:33 UTC) #13
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/1407c89427174222847e9d666fb9785cf8967030
Cr-Commit-Position: refs/heads/master@{#35358}

Powered by Google App Engine
This is Rietveld 408576698