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

Issue 2534393002: Split parsing of functions and top-level code into two separate methods (Closed)

Created:
4 years ago by jochen (gone - plz use gerrit)
Modified:
4 years ago
CC:
v8-reviews_googlegroups.com, Yang
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Split parsing of functions and top-level code into two separate methods Also move them to a separate interface header to avoid having to include parser.h so much BUG=v8:5589 R=verwaest@chromium.org,marja@chromium.org Committed: https://crrev.com/a1473f5306068840ab32976c477de800df03f274 Cr-Commit-Position: refs/heads/master@{#41386}

Patch Set 1 #

Total comments: 5

Patch Set 2 : updates #

Patch Set 3 : updates #

Patch Set 4 : updates #

Patch Set 5 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+155 lines, -91 lines) Patch
M BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler.cc View 1 2 3 5 chunks +6 lines, -5 lines 0 comments Download
M src/debug/debug-scopes.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M src/parsing/parser.h View 3 chunks +3 lines, -5 lines 0 comments Download
M src/parsing/parser.cc View 1 2 1 chunk +0 lines, -35 lines 0 comments Download
A src/parsing/parsing.h View 1 2 3 4 1 chunk +34 lines, -0 lines 0 comments Download
A src/parsing/parsing.cc View 1 2 3 1 chunk +61 lines, -0 lines 0 comments Download
M src/parsing/preparser.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime/runtime-internal.cc View 1 2 3 2 chunks +8 lines, -6 lines 0 comments Download
M src/v8.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M test/cctest/compiler/function-tester.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/compiler/test-loop-assignment-analysis.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-parsing.cc View 16 chunks +26 lines, -28 lines 0 comments Download
M test/fuzzer/parser.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M tools/parser-shell.cc View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 24 (14 generated)
jochen (gone - plz use gerrit)
4 years ago (2016-11-30 10:52:15 UTC) #1
marja
Hmm... why do you want to do this? Now several callers need to do the ...
4 years ago (2016-11-30 11:30:30 UTC) #6
jochen (gone - plz use gerrit)
in my next CL, I want to initialize the shared_function_infos array for scripts after parsing ...
4 years ago (2016-11-30 11:49:58 UTC) #7
jochen (gone - plz use gerrit)
now with all source files
4 years ago (2016-11-30 11:50:54 UTC) #10
jochen (gone - plz use gerrit)
and now with ParseAny()
4 years ago (2016-11-30 12:16:46 UTC) #15
marja
lgtm
4 years ago (2016-11-30 12:36:29 UTC) #16
jgruber
lgtm for debug/
4 years ago (2016-11-30 12:47:53 UTC) #18
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/2534393002/80001
4 years ago (2016-11-30 12:56:50 UTC) #20
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years ago (2016-11-30 13:21:19 UTC) #22
commit-bot: I haz the power
4 years ago (2016-11-30 13:21:44 UTC) #24
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/a1473f5306068840ab32976c477de800df03f274
Cr-Commit-Position: refs/heads/master@{#41386}

Powered by Google App Engine
This is Rietveld 408576698