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

Issue 2886873008: [kernel] Streaming ScopeBuilder (Closed)

Created:
3 years, 7 months ago by jensj
Modified:
3 years, 6 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

[kernel] Streaming ScopeBuilder The old ScopeBuilder is replaced with StreamingScopeBuilder that does not use the Ast. R=kmillikin@google.com Committed: https://github.com/dart-lang/sdk/commit/76336b225f301dd44c6ff622de75ca4f1e26534f

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed (some) comments; rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2102 lines, -1065 lines) Patch
M pkg/kernel/binary.md View 1 10 chunks +22 lines, -8 lines 0 comments Download
M pkg/kernel/lib/ast.dart View 1 2 chunks +4 lines, -1 line 0 comments Download
M pkg/kernel/lib/binary/ast_from_binary.dart View 1 4 chunks +5 lines, -0 lines 0 comments Download
M pkg/kernel/lib/binary/ast_to_binary.dart View 1 11 chunks +30 lines, -14 lines 0 comments Download
M pkg/kernel/lib/binary/tag.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/kernel.h View 1 3 chunks +9 lines, -1 line 0 comments Download
M runtime/vm/kernel_binary.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/kernel_binary.cc View 1 12 chunks +24 lines, -8 lines 0 comments Download
M runtime/vm/kernel_binary_flowgraph.h View 7 chunks +202 lines, -6 lines 0 comments Download
M runtime/vm/kernel_binary_flowgraph.cc View 1 32 chunks +1689 lines, -135 lines 0 comments Download
M runtime/vm/kernel_reader.cc View 2 chunks +0 lines, -4 lines 0 comments Download
M runtime/vm/kernel_to_il.h View 1 5 chunks +74 lines, -127 lines 0 comments Download
M runtime/vm/kernel_to_il.cc View 1 5 chunks +1 line, -757 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 chunks +38 lines, -3 lines 0 comments Download
M tests/language/language_kernel.status View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (2 generated)
jensj
3 years, 7 months ago (2017-05-18 10:54:20 UTC) #2
Kevin Millikin (Google)
LGTM. https://codereview.chromium.org/2886873008/diff/1/pkg/kernel/binary.md File pkg/kernel/binary.md (right): https://codereview.chromium.org/2886873008/diff/1/pkg/kernel/binary.md#newcode225 pkg/kernel/binary.md:225: UInt parentPosition; // Byte offset in the binary ...
3 years, 6 months ago (2017-06-12 08:25:14 UTC) #3
jensj
The changes in parser.cc is replaced in 2901533002.
3 years, 6 months ago (2017-06-12 08:28:18 UTC) #4
jensj
Committed patchset #2 (id:20001) manually as 76336b225f301dd44c6ff622de75ca4f1e26534f (presubmit successful).
3 years, 6 months ago (2017-06-13 09:39:39 UTC) #6
jensj
3 years, 6 months ago (2017-06-13 09:41:02 UTC) #7
Message was sent while issue was closed.
Thanks for the review. I've updated the binary.md file, ignored parser.cc
comments because it's updated with the next land, rebased and attempted a land.

https://codereview.chromium.org/2886873008/diff/1/pkg/kernel/binary.md
File pkg/kernel/binary.md (right):

https://codereview.chromium.org/2886873008/diff/1/pkg/kernel/binary.md#newcod...
pkg/kernel/binary.md:225: UInt parentPosition; // Byte offset in the binary for
the parent class, or 0 if parent is not a class.
On 2017/06/12 08:25:14, Kevin Millikin (Google) wrote:
> Put the comment before the field and wrap it to 80 characters (also below).

Done.

Powered by Google App Engine
This is Rietveld 408576698