|
[serializer] small fixes for blink snapshot.
Changes include:
- Adding V8_EXPORT macro for SnapshotCreator
- Removing outdated DCHECKs.
- Allow nullptr as external reference. This required a...
- Refactoring of hashmaps used by the serializer.
- Remove external references for counters. These are not used
anywhere for isolates that are being serialized.
- Put template infos into the partial snapshot cache.
- Remove unnecessary presubmit check for external references.
mksnapshot crashes if external references are missing.
R=jochen@chromium.org, vogelheim@chromium.org
BUG= chromium:617892
Committed: https://crrev.com/c759a3d847b9216d7fc0e54e84eab3b31c7654f8
Cr-Commit-Position: refs/heads/master@{#40949}
Total comments: 1
Total comments: 9
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+98 lines, -171 lines) |
Patch |
|
M |
PRESUBMIT.py
|
View
|
1
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
include/v8.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/address-map.h
|
View
|
1
2
3
|
4 chunks |
+34 lines, -30 lines |
0 comments
|
Download
|
|
M |
src/address-map.cc
|
View
|
1
2
3
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/api.cc
|
View
|
1
2
3
4
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/external-reference-table.h
|
View
|
1
|
2 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/external-reference-table.cc
|
View
|
1
|
3 chunks |
+2 lines, -29 lines |
0 comments
|
Download
|
|
M |
src/isolate.h
|
View
|
1
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/snapshot/deserializer.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/snapshot/partial-serializer.cc
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/snapshot/serializer.cc
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/snapshot/serializer-common.h
|
View
|
1
|
1 chunk |
+1 line, -6 lines |
0 comments
|
Download
|
|
M |
src/snapshot/serializer-common.cc
|
View
|
1
2
3
|
2 chunks |
+13 lines, -17 lines |
0 comments
|
Download
|
|
M |
src/snapshot/startup-serializer.h
|
View
|
1
2
3
|
1 chunk |
+7 lines, -6 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-serialize.cc
|
View
|
1
2
3
4
|
7 chunks |
+25 lines, -10 lines |
0 comments
|
Download
|
|
D |
tools/external-reference-check.py
|
View
|
1
|
1 chunk |
+0 lines, -44 lines |
0 comments
|
Download
|
|
M |
tools/presubmit.py
|
View
|
1
|
2 chunks |
+0 lines, -8 lines |
0 comments
|
Download
|
Total messages: 25 (11 generated)
|