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

Issue 716833002: Various clean-ups after top-level lexical declarations are done. (Closed)

Created:
6 years, 1 month ago by Dmitry Lomov (no reviews)
Modified:
6 years, 1 month ago
Reviewers:
rossberg
CC:
v8-dev, Paweł Hajdan Jr.
Project:
v8
Visibility:
Public.

Description

Various clean-ups after top-level lexical declarations are done. 1. Global{Context,Scope}=>Script{Context,Scope} 2. Enable fixed tests 3. Update comments R=rossberg@chromium.org BUG=v8:2198 LOG=N Committed: https://code.google.com/p/v8/source/detail?r=25291

Patch Set 1 #

Total comments: 18

Patch Set 2 : CR feedback #

Total comments: 1

Patch Set 3 : Patch for landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+320 lines, -360 lines) Patch
M include/v8.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/api.cc View 1 2 4 chunks +3 lines, -14 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M src/arm64/full-codegen-arm64.cc View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M src/arm64/macro-assembler-arm64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/bootstrapper.cc View 3 chunks +3 lines, -5 lines 0 comments Download
M src/code-stubs.h View 5 chunks +17 lines, -17 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M src/compiler.h View 4 chunks +7 lines, -7 lines 0 comments Download
M src/compiler.cc View 2 chunks +2 lines, -5 lines 0 comments Download
M src/compiler/js-generic-lowering.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/js-operator.h View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/js-operator.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/opcodes.h View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/typer.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/verifier.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/contexts.h View 7 chunks +22 lines, -22 lines 0 comments Download
M src/contexts.cc View 6 chunks +22 lines, -22 lines 0 comments Download
M src/factory.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/factory.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M src/full-codegen.cc View 1 2 4 chunks +5 lines, -5 lines 0 comments Download
M src/globals.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/heap-snapshot-generator.cc View 1 chunk +1 line, -4 lines 0 comments Download
M src/heap/heap.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/heap/heap.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/hydrogen.h View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen.cc View 1 2 5 chunks +22 lines, -22 lines 0 comments Download
M src/hydrogen-instructions.h View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-instructions.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M src/ic/ic.cc View 2 chunks +19 lines, -19 lines 0 comments Download
M src/interface.h View 1 chunk +1 line, -1 line 0 comments Download
M src/isolate.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/isolate.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M src/mips64/full-codegen-mips64.cc View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M src/objects.h View 4 chunks +3 lines, -7 lines 0 comments Download
M src/objects.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/objects-inl.h View 1 2 3 chunks +3 lines, -4 lines 0 comments Download
M src/parser.h View 1 chunk +1 line, -1 line 0 comments Download
M src/parser.cc View 1 2 10 chunks +17 lines, -22 lines 0 comments Download
M src/ppc/full-codegen-ppc.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M src/preparser.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/preparser.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/rewriter.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime/runtime.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/runtime/runtime-debug.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/runtime/runtime-scopes.cc View 1 7 chunks +18 lines, -18 lines 0 comments Download
M src/scopes.h View 1 2 8 chunks +13 lines, -11 lines 0 comments Download
M src/scopes.cc View 1 2 19 chunks +31 lines, -31 lines 0 comments Download
M src/variables.h View 1 chunk +1 line, -1 line 0 comments Download
M src/variables.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M src/x87/full-codegen-x87.cc View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/test-decls.cc View 1 chunk +8 lines, -12 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 2 5 chunks +20 lines, -20 lines 0 comments Download
M test/cctest/test-serialize.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/unittests/compiler/js-operator-unittest.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
Dmitry Lomov (no reviews)
PTAL, mostly mechanical changes.
6 years, 1 month ago (2014-11-11 16:43:48 UTC) #1
rossberg
Like it, mostly nits. https://codereview.chromium.org/716833002/diff/1/src/full-codegen.cc File src/full-codegen.cc (right): https://codereview.chromium.org/716833002/diff/1/src/full-codegen.cc#newcode647 src/full-codegen.cc:647: // (innermost) enclosing script scope. ...
6 years, 1 month ago (2014-11-12 09:49:28 UTC) #2
Dmitry Lomov (no reviews)
PTAL https://codereview.chromium.org/716833002/diff/1/src/full-codegen.cc File src/full-codegen.cc (right): https://codereview.chromium.org/716833002/diff/1/src/full-codegen.cc#newcode647 src/full-codegen.cc:647: // (innermost) enclosing script scope. To deal with ...
6 years, 1 month ago (2014-11-12 10:16:27 UTC) #3
rossberg
lgtm
6 years, 1 month ago (2014-11-12 10:49:26 UTC) #4
Dmitry Lomov (no reviews)
https://codereview.chromium.org/716833002/diff/20001/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/716833002/diff/20001/src/parser.cc#newcode911 src/parser.cc:911: DCHECK(!(*scope)->is_script_scope()); As discussed offline, I'll land without this assertion ...
6 years, 1 month ago (2014-11-12 10:59:56 UTC) #5
Dmitry Lomov (no reviews)
6 years, 1 month ago (2014-11-12 11:34:48 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as 25291 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698