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

Issue 1259123009: Initial tree-shaking for precompilation: only selective compilation, no removal of unused Functions… (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

Initial tree-shaking for precompilation: only selective compilation, no removal of unused Functions/Classes. hello world 23.1 -> 8.1 MB heap R=fschneider@google.com Committed: https://github.com/dart-lang/sdk/commit/5ea1f9eb3998d1a38c2e51c642fce881ee4b2ccf

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : sync + more dart:io roots #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+591 lines, -103 lines) Patch
M runtime/vm/compiler.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M runtime/vm/object.h View 3 chunks +7 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/precompiler.h View 1 1 chunk +44 lines, -1 line 0 comments Download
M runtime/vm/precompiler.cc View 1 2 3 1 chunk +531 lines, -99 lines 4 comments Download

Messages

Total messages: 6 (1 generated)
rmacnak
5 years, 4 months ago (2015-07-31 23:56:04 UTC) #2
Florian Schneider
lgtm https://codereview.chromium.org/1259123009/diff/60001/runtime/vm/precompiler.cc File runtime/vm/precompiler.cc (right): https://codereview.chromium.org/1259123009/diff/60001/runtime/vm/precompiler.cc#newcode427 runtime/vm/precompiler.cc:427: // Potential const object. Uninitialized field will harmlessly ...
5 years, 4 months ago (2015-08-04 08:20:01 UTC) #3
rmacnak
https://codereview.chromium.org/1259123009/diff/60001/runtime/vm/precompiler.cc File runtime/vm/precompiler.cc (right): https://codereview.chromium.org/1259123009/diff/60001/runtime/vm/precompiler.cc#newcode427 runtime/vm/precompiler.cc:427: // Potential const object. Uninitialized field will harmlessly do ...
5 years, 4 months ago (2015-08-04 18:34:28 UTC) #4
rmacnak
Committed patchset #4 (id:60001) manually as 5ea1f9eb3998d1a38c2e51c642fce881ee4b2ccf (presubmit successful).
5 years, 4 months ago (2015-08-04 18:35:41 UTC) #5
srdjan
5 years, 4 months ago (2015-08-04 19:28:35 UTC) #6
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698