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

Issue 2168293002: Remove redundant Scope book-keeping (Closed)

Created:
4 years, 5 months ago by adamk
Modified:
4 years, 5 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

Remove redundant Scope book-keeping The uses_arguments() bool is not needed for correct behavior, since that same information is available after scope analysis based on whether we allocated the Scope::arguments_ var. BUG=v8:5209 Committed: https://crrev.com/f77d1bfc367055f49f492548dec610337fb59b53 Cr-Commit-Position: refs/heads/master@{#37990}

Patch Set 1 #

Patch Set 2 : Reinstate uses_super_property #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -19 lines) Patch
M src/ast/scopes.h View 1 3 chunks +0 lines, -7 lines 0 comments Download
M src/ast/scopes.cc View 1 3 chunks +0 lines, -3 lines 0 comments Download
M src/parsing/parser-base.h View 1 3 chunks +2 lines, -7 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 1 chunk +5 lines, -2 lines 0 comments Download

Messages

Total messages: 23 (14 generated)
adamk
4 years, 5 months ago (2016-07-22 00:09:16 UTC) #2
adamk
4 years, 5 months ago (2016-07-22 00:09:55 UTC) #6
marja
Some relevant tests seem to fail. Otherwise the code LG but looks like we can't ...
4 years, 5 months ago (2016-07-22 07:22:50 UTC) #9
adamk
On 2016/07/22 07:22:50, marja wrote: > Some relevant tests seem to fail. Otherwise the code ...
4 years, 5 months ago (2016-07-22 18:26:24 UTC) #10
adamk
Updated to leave super properties as-is: we need that bit during lazy parsing so that ...
4 years, 5 months ago (2016-07-22 23:10:25 UTC) #12
Dan Ehrenberg
lgtm
4 years, 5 months ago (2016-07-22 23:44:03 UTC) #17
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/2168293002/20001
4 years, 5 months ago (2016-07-22 23:46:41 UTC) #19
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 5 months ago (2016-07-22 23:48:23 UTC) #21
commit-bot: I haz the power
4 years, 5 months ago (2016-07-22 23:51:01 UTC) #23
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/f77d1bfc367055f49f492548dec610337fb59b53
Cr-Commit-Position: refs/heads/master@{#37990}

Powered by Google App Engine
This is Rietveld 408576698