|
- Canonicalize types, type_arguments only when the object is marked as being from the core libraries.
- adjust the snapshot write buffer growth policy
- turn off the heap growth rate adjustments when reading from a snapshot.
Committed: https://code.google.com/p/dart/source/detail?r=20423
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+127 lines, -40 lines) |
Patch |
|
M |
runtime/vm/dart_api_impl.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/dart_api_message.h
|
View
|
1
2
3
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
runtime/vm/datastream.h
|
View
|
1
2
3
|
3 chunks |
+12 lines, -8 lines |
0 comments
|
Download
|
|
M |
runtime/vm/heap.h
|
View
|
1
2
3
|
2 chunks |
+14 lines, -1 line |
0 comments
|
Download
|
|
M |
runtime/vm/heap.cc
|
View
|
1
2
3
|
2 chunks |
+21 lines, -2 lines |
0 comments
|
Download
|
|
M |
runtime/vm/object.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
runtime/vm/pages.h
|
View
|
1
2
3
|
2 chunks |
+11 lines, -4 lines |
0 comments
|
Download
|
|
M |
runtime/vm/raw_object_snapshot.cc
|
View
|
1
2
3
|
5 chunks |
+46 lines, -5 lines |
0 comments
|
Download
|
|
M |
runtime/vm/snapshot.h
|
View
|
1
2
3
|
5 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
|
M |
runtime/vm/snapshot.cc
|
View
|
1
2
3
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
runtime/vm/snapshot_test.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|