|
- 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
Total comments: 10
|
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
|
Total messages: 5 (1 generated)
|