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

Issue 1058363003: Simplify DoParseProgram (Closed)

Created:
5 years, 8 months ago by wingo
Modified:
5 years, 8 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Simplify DoParseProgram DoParseProgram doesn't appear to need to receive toplevel scopes as arguments; it can properly set the end_position of the scopes to the scanner's position after parsing is complete. R=marja@chromium.org BUG= LOG=N Committed: https://crrev.com/8da9252f61d3c499a78b0b94299c314b2eb0b0c8 Cr-Commit-Position: refs/heads/master@{#27847}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -34 lines) Patch
M src/parser.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/parser.cc View 1 7 chunks +22 lines, -32 lines 0 comments Download

Messages

Total messages: 13 (3 generated)
wingo
5 years, 8 months ago (2015-04-15 13:01:27 UTC) #1
marja
lgtm and thanks for the cleanup! Huh, the state before this CL is silly! https://codereview.chromium.org/1058363003/diff/1/src/parser.cc ...
5 years, 8 months ago (2015-04-15 13:11:23 UTC) #2
wingo
tx for review! https://codereview.chromium.org/1058363003/diff/1/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/1058363003/diff/1/src/parser.cc#newcode1005 src/parser.cc:1005: Scope* eval_scope = NULL; On 2015/04/15 ...
5 years, 8 months ago (2015-04-15 13:14:52 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1058363003/20001
5 years, 8 months ago (2015-04-15 13:15:07 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 8 months ago (2015-04-15 13:42:34 UTC) #7
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/8da9252f61d3c499a78b0b94299c314b2eb0b0c8 Cr-Commit-Position: refs/heads/master@{#27847}
5 years, 8 months ago (2015-04-15 13:42:43 UTC) #8
Michael Achenbach
This changes layout test expectations - did a needsmanualrebaseline CL land on the blink side?
5 years, 8 months ago (2015-04-15 17:17:25 UTC) #10
marja
Hmm, that doesn't seem intentional. At least I wouldn't have expected any behavioral changes. Let's ...
5 years, 8 months ago (2015-04-15 17:18:32 UTC) #11
Michael Achenbach
A revert of this CL (patchset #2 id:20001) has been created in https://codereview.chromium.org/1089623002/ by machenbach@chromium.org. ...
5 years, 8 months ago (2015-04-15 17:20:15 UTC) #12
wingo
5 years, 8 months ago (2015-04-16 08:46:08 UTC) #13
Message was sent while issue was closed.
On 2015/04/15 17:20:15, Michael Achenbach wrote:
> A revert of this CL (patchset #2 id:20001) has been created in
> https://codereview.chromium.org/1089623002/ by mailto:machenbach@chromium.org.
> 
> The reason for reverting is: [Sheriff] Changes some layout tests on all
> platforms, e.g.:
>
http://build.chromium.org/p/client.v8/builders/V8-Blink%20Linux%2032/builds/2543.

Tx for sherriffing; I had knocked off.  I'll make a new CL and run the layout
tests on it.

Powered by Google App Engine
This is Rietveld 408576698