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

Issue 2964133002: Exclude Observatory assets from PRODUCT build dart, dart_precompiled_runtime (Closed)

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

Description

Exclude Observatory assets from PRODUCT build dart, dart_precompiled_runtime This CL also removes some compiler flags that increase space somewhat that help the profiler find symbols, which isn't included in a PRODUCT build. Before: zra@zach:~/dart/sdk$ ls -la out/ProductX64/exe.stripped/ -rwxr-x--- 1 zra eng 9693064 Jun 29 14:52 dart -rwxr-x--- 1 zra eng 7391080 Jun 29 14:52 dart_precompiled_runtime R=askesc@google.com, rmacnak@google.com After: -rwxr-x--- 1 zra eng 6809424 Jun 29 15:11 dart -rwxr-x--- 1 zra eng 3299120 Jun 29 15:11 dart_precompiled_runtime Committed: https://github.com/dart-lang/sdk/commit/1a8174b08d727c6b6fc5d4c324aab94c7285f39a

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -57 lines) Patch
M build/config/BUILDCONFIG.gn View 1 chunk +4 lines, -0 lines 0 comments Download
M build/config/compiler/BUILD.gn View 1 chunk +6 lines, -3 lines 0 comments Download
M runtime/BUILD.gn View 1 chunk +0 lines, -29 lines 0 comments Download
M runtime/bin/BUILD.gn View 7 chunks +35 lines, -23 lines 0 comments Download
M runtime/bin/vmservice_impl.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/runtime_args.gni View 1 1 chunk +32 lines, -0 lines 0 comments Download
M third_party/tcmalloc/BUILD.gn View 1 chunk +4 lines, -1 line 0 comments Download
M tools/gn.py View 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 8 (3 generated)
zra
3 years, 5 months ago (2017-06-29 23:53:35 UTC) #3
rmacnak
lgtm https://codereview.chromium.org/2964133002/diff/1/runtime/runtime_args.gni File runtime/runtime_args.gni (right): https://codereview.chromium.org/2964133002/diff/1/runtime/runtime_args.gni#newcode11 runtime/runtime_args.gni:11: # Set the runtime mode. This affects how ...
3 years, 5 months ago (2017-06-30 00:38:00 UTC) #4
Aske Simon Christensen
I am not familiar with the build system, but lgtm.
3 years, 5 months ago (2017-06-30 10:25:27 UTC) #5
zra
https://codereview.chromium.org/2964133002/diff/1/runtime/runtime_args.gni File runtime/runtime_args.gni (right): https://codereview.chromium.org/2964133002/diff/1/runtime/runtime_args.gni#newcode11 runtime/runtime_args.gni:11: # Set the runtime mode. This affects how the ...
3 years, 5 months ago (2017-06-30 14:55:46 UTC) #6
zra
3 years, 5 months ago (2017-06-30 15:09:42 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
1a8174b08d727c6b6fc5d4c324aab94c7285f39a (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698