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

Issue 1134623004: - Use conditional code inclusion for the dart_no_snapshot and dart executables using the MACRO DART… (Closed)

Created:
5 years, 7 months ago by siva
Modified:
5 years, 7 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

- Use conditional code inclusion for the dart_no_snapshot and dart executables using the MACRO DART_NO_SNAPSHOT - Do some minor modifications to the intrinsifier code to not do redundant fingerprint checks and avoid code duplication. These changes result in a text segment size savings of about 110k. Old Sizes: text data bss dec hex filename 3801418 7696 19261 3828375 3a6a97 (TOTALS) New sizes: text data bss dec hex filename 3690342 7696 19261 3717299 38b8b3 (TOTALS) Committed: https://code.google.com/p/dart/source/detail?r=45704

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+128 lines, -41 lines) Patch
M runtime/bin/bin.gypi View 1 5 chunks +7 lines, -7 lines 0 comments Download
M runtime/dart-runtime.gyp View 1 3 chunks +4 lines, -3 lines 0 comments Download
M runtime/vm/class_finalizer.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/class_finalizer.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/dart.cc View 1 1 chunk +6 lines, -9 lines 0 comments Download
M runtime/vm/intrinsifier.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/intrinsifier.cc View 1 4 chunks +12 lines, -13 lines 0 comments Download
M runtime/vm/method_recognizer.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/method_recognizer.cc View 1 2 chunks +9 lines, -2 lines 0 comments Download
M runtime/vm/object.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/object.cc View 1 3 chunks +11 lines, -5 lines 0 comments Download
M runtime/vm/vm.gypi View 1 1 chunk +71 lines, -1 line 0 comments Download

Messages

Total messages: 5 (1 generated)
siva
5 years, 7 months ago (2015-05-08 23:09:22 UTC) #2
Ivan Posva
LGTMwC -Ivan https://codereview.chromium.org/1134623004/diff/1/runtime/bin/bin.gypi File runtime/bin/bin.gypi (right): https://codereview.chromium.org/1134623004/diff/1/runtime/bin/bin.gypi#newcode352 runtime/bin/bin.gypi:352: 'target_name': 'libdart_withcore', Should we name this also ...
5 years, 7 months ago (2015-05-08 23:52:00 UTC) #3
siva
https://codereview.chromium.org/1134623004/diff/1/runtime/bin/bin.gypi File runtime/bin/bin.gypi (right): https://codereview.chromium.org/1134623004/diff/1/runtime/bin/bin.gypi#newcode352 runtime/bin/bin.gypi:352: 'target_name': 'libdart_withcore', On 2015/05/08 23:52:00, Ivan Posva wrote: > ...
5 years, 7 months ago (2015-05-11 18:22:14 UTC) #4
siva
5 years, 7 months ago (2015-05-11 18:32:09 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as r45704 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698