Commit e21e7c2
Hide ExternalStringData when possible
With V8's recent change https://crrev.com/c/6235575 , the storage for
each external string is now reported in a separate node from the string.
This is important for correctness in the case where multiple external
strings refer to the same backing storage. However, in the vast majority
of cases, the storage has only one owning string, so we can improve the
readability of snapshots by subsuming the backing storage size into the
string instance.
Bug: 41448424
Change-Id: I5f635eae7aa710f583eeb9ba4196d3e513262916
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6234887
Reviewed-by: Simon Zünd <[email protected]>
Commit-Queue: Seth Brenith <[email protected]>1 parent e87f51c commit e21e7c2
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3145 | 3145 | | |
3146 | 3146 | | |
3147 | 3147 | | |
3148 | | - | |
| 3148 | + | |
3149 | 3149 | | |
3150 | 3150 | | |
3151 | 3151 | | |
| |||
3652 | 3652 | | |
3653 | 3653 | | |
3654 | 3654 | | |
| 3655 | + | |
| 3656 | + | |
| 3657 | + | |
| 3658 | + | |
3655 | 3659 | | |
3656 | 3660 | | |
3657 | 3661 | | |
| |||
0 commit comments