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

Issue 1261673004: Non-tree-shaking --precompile. (Closed)

Created:
5 years, 4 months ago by rmacnak
Modified:
5 years, 4 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : long jump #

Patch Set 4 : Create fewer implicit closure functions #

Total comments: 7

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+361 lines, -35 lines) Patch
M runtime/bin/main.cc View 5 chunks +28 lines, -2 lines 0 comments Download
M runtime/include/dart_native_api.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/compiler.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/compiler.cc View 1 2 3 4 3 chunks +57 lines, -16 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 1 2 chunks +21 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_type_propagator.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M runtime/vm/isolate.h View 1 2 3 4 3 chunks +14 lines, -0 lines 0 comments Download
M runtime/vm/isolate.cc View 3 chunks +10 lines, -0 lines 0 comments Download
M runtime/vm/native_api_impl.cc View 3 chunks +24 lines, -0 lines 0 comments Download
M runtime/vm/object.h View 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 6 chunks +15 lines, -4 lines 0 comments Download
M runtime/vm/parser.cc View 2 chunks +2 lines, -1 line 0 comments Download
A + runtime/vm/precompiler.h View 1 chunk +12 lines, -7 lines 0 comments Download
A runtime/vm/precompiler.cc View 1 2 3 4 1 chunk +162 lines, -0 lines 0 comments Download
M runtime/vm/raw_object.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/vm_sources.gypi View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 7 (1 generated)
rmacnak
About 1% of language tests still failing with --precompile, mostly related to const. hello world ...
5 years, 4 months ago (2015-07-29 19:30:39 UTC) #2
rmacnak
Nvm, was closurizing way too much. hello world is 23 MB heap.
5 years, 4 months ago (2015-07-29 20:53:08 UTC) #3
srdjan
https://codereview.chromium.org/1261673004/diff/60001/runtime/vm/compiler.cc File runtime/vm/compiler.cc (right): https://codereview.chromium.org/1261673004/diff/60001/runtime/vm/compiler.cc#newcode1269 runtime/vm/compiler.cc:1269: false, describe/comment what argument false is assigned to. https://codereview.chromium.org/1261673004/diff/60001/runtime/vm/compiler.cc#newcode1286 ...
5 years, 4 months ago (2015-07-29 21:39:13 UTC) #4
rmacnak
https://codereview.chromium.org/1261673004/diff/60001/runtime/vm/compiler.cc File runtime/vm/compiler.cc (right): https://codereview.chromium.org/1261673004/diff/60001/runtime/vm/compiler.cc#newcode1269 runtime/vm/compiler.cc:1269: false, On 2015/07/29 21:39:13, srdjan wrote: > describe/comment what ...
5 years, 4 months ago (2015-07-29 23:09:28 UTC) #5
srdjan
LGTM
5 years, 4 months ago (2015-07-30 20:25:41 UTC) #6
rmacnak
5 years, 4 months ago (2015-07-30 22:29:24 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
8a3e1345024648861b26f634a944f0811b418319 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698