DescriptionHandle shared memory symbols better in the binarysize tool.
The linker can let two symbols share the same memory space and then
it is wrong to count that memory space twice. Better to let each symbol
contribute with a proportional part of that symbol.
This only affects the explain_binary_size_delta program. The graphical
treeview will still use the full symbol size since it's valuable
information in that context.
BUG=
Committed: https://crrev.com/5ec91b1d40fb6174d43d5f5cc84209b9a4505b6b
Cr-Commit-Position: refs/heads/master@{#316844}
Patch Set 1 #Patch Set 2 : Shared symbols: Rebased to newer master. #
Total comments: 10
Patch Set 3 : Refactored to show "shared" in the end results. #
Total comments: 1
Patch Set 4 : Removed extra output in unittest. #
Messages
Total messages: 12 (2 generated)
|