|
- Pass in the isolate parameter when creating handles.
- Store the current isolate pointer in the snapshot reader object and use it instead of calling Isolate::Current() during the deserializing process.
Committed: https://code.google.com/p/dart/source/detail?r=3160
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+117 lines, -107 lines) |
Patch |
|
M |
vm/dart.cc
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
vm/dart_api_impl.cc
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
vm/handles.h
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
vm/handles.cc
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
vm/handles_impl.h
|
View
|
|
2 chunks |
+2 lines, -8 lines |
0 comments
|
Download
|
|
M |
vm/isolate.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
vm/object.h
|
View
|
1
|
4 chunks |
+42 lines, -21 lines |
0 comments
|
Download
|
|
M |
vm/object.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
vm/raw_object_snapshot.cc
|
View
|
|
24 chunks |
+37 lines, -25 lines |
0 comments
|
Download
|
|
M |
vm/snapshot.h
|
View
|
|
3 chunks |
+6 lines, -9 lines |
0 comments
|
Download
|
|
M |
vm/snapshot.cc
|
View
|
|
2 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
|
M |
vm/snapshot_test.cc
|
View
|
|
10 chunks |
+10 lines, -20 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|