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

Issue 1712843002: Remove mirrors in product mode (Closed)

Created:
4 years, 10 months ago by Cutch
Modified:
4 years, 10 months ago
Reviewers:
rmacnak
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

Remove mirrors in product mode (stripped) dart_product before: 5307888 (stripped) dart_product after: 5232976 Reduction in size: 74912 bytes. R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/8266501a72fd7c8e825f0af5b10d41bc744ea7fe

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -55 lines) Patch
M runtime/lib/mirrors.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M runtime/vm/bootstrap.cc View 1 2 chunks +10 lines, -0 lines 0 comments Download
M runtime/vm/bootstrap_natives.h View 3 chunks +52 lines, -46 lines 0 comments Download
M runtime/vm/bootstrap_natives.cc View 1 2 chunks +5 lines, -1 line 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/flag_list.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M runtime/vm/object.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M runtime/vm/parser.cc View 1 2 chunks +0 lines, -4 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
Cutch
4 years, 10 months ago (2016-02-18 23:05:43 UTC) #3
rmacnak
https://chromiumcodereview.appspot.com/1712843002/diff/1/runtime/vm/bootstrap_natives.cc File runtime/vm/bootstrap_natives.cc (right): https://chromiumcodereview.appspot.com/1712843002/diff/1/runtime/vm/bootstrap_natives.cc#newcode31 runtime/vm/bootstrap_natives.cc:31: #ifndef PRODUCT We don't also prevent the mirrors library ...
4 years, 10 months ago (2016-02-19 01:10:58 UTC) #4
Cutch
https://chromiumcodereview.appspot.com/1712843002/diff/1/runtime/vm/bootstrap_natives.cc File runtime/vm/bootstrap_natives.cc (right): https://chromiumcodereview.appspot.com/1712843002/diff/1/runtime/vm/bootstrap_natives.cc#newcode31 runtime/vm/bootstrap_natives.cc:31: #ifndef PRODUCT On 2016/02/19 01:10:58, rmacnak wrote: > We ...
4 years, 10 months ago (2016-02-22 17:43:01 UTC) #5
rmacnak
lgtm
4 years, 10 months ago (2016-02-22 17:48:17 UTC) #6
Cutch
4 years, 10 months ago (2016-02-22 17:55:26 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
8266501a72fd7c8e825f0af5b10d41bc744ea7fe (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698