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

Issue 2776373002: Initial steps into streaming the kernel flowgraph (Closed)

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

Description

Initial steps into streaming the kernel flowgraph - Moved stuff into .h - Leak kernel binary blob - "Streaming" rethrow in FlowgraphBuilder R=kmillikin@google.com Committed: https://github.com/dart-lang/sdk/commit/63f1de206835a356dcf22e029504c3d9d7107d4c

Patch Set 1 #

Patch Set 2 : Changed type #

Total comments: 16

Patch Set 3 : Address comments #

Patch Set 4 : FlowGraphBuilder has StreamingFlowGraphBuilder* instead of kernel_data #

Patch Set 5 : Rebase + fix lint error #

Unified diffs Side-by-side diffs Delta from patch set Stats (+840 lines, -566 lines) Patch
M runtime/bin/main.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/kernel.h View 1 2 3 4 2 chunks +6 lines, -1 line 0 comments Download
A runtime/vm/kernel_binary.h View 1 2 3 4 1 chunk +544 lines, -0 lines 0 comments Download
M runtime/vm/kernel_binary.cc View 1 2 3 4 6 chunks +9 lines, -519 lines 0 comments Download
A runtime/vm/kernel_binary_flowgraph.h View 1 2 3 4 1 chunk +52 lines, -0 lines 0 comments Download
A runtime/vm/kernel_binary_flowgraph.cc View 1 2 3 4 1 chunk +153 lines, -0 lines 0 comments Download
M runtime/vm/kernel_to_il.h View 1 2 3 4 3 chunks +34 lines, -1 line 0 comments Download
M runtime/vm/kernel_to_il.cc View 1 2 3 4 5 chunks +39 lines, -44 lines 0 comments Download
M runtime/vm/vm_sources.gypi View 1 2 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
Kevin Millikin (Google)
Comments. https://codereview.chromium.org/2776373002/diff/20001/runtime/vm/kernel_binary_flowgraph.cc File runtime/vm/kernel_binary_flowgraph.cc (right): https://codereview.chromium.org/2776373002/diff/20001/runtime/vm/kernel_binary_flowgraph.cc#newcode110 runtime/vm/kernel_binary_flowgraph.cc:110: Fragment instructions; return Fragment(); https://codereview.chromium.org/2776373002/diff/20001/runtime/vm/kernel_binary_flowgraph.cc#newcode117 runtime/vm/kernel_binary_flowgraph.cc:117: TokenPosition position ...
3 years, 8 months ago (2017-03-28 12:50:00 UTC) #3
jensj
Thanks, PTAL. Mind the rebase. https://codereview.chromium.org/2776373002/diff/20001/runtime/vm/kernel_binary_flowgraph.cc File runtime/vm/kernel_binary_flowgraph.cc (right): https://codereview.chromium.org/2776373002/diff/20001/runtime/vm/kernel_binary_flowgraph.cc#newcode110 runtime/vm/kernel_binary_flowgraph.cc:110: Fragment instructions; On 2017/03/28 ...
3 years, 8 months ago (2017-03-29 09:30:42 UTC) #4
Kevin Millikin (Google)
LGTM. We will accept leaking the binary for now but I will work on breaking ...
3 years, 8 months ago (2017-03-31 12:07:46 UTC) #5
jensj
3 years, 8 months ago (2017-04-03 09:40:49 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
63f1de206835a356dcf22e029504c3d9d7107d4c (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698