Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Issue 551203004: Binary size tool, handle symbols with no path better. (Closed)

Created:
6 years, 3 months ago by Daniel Bratell
Modified:
6 years, 3 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Binary size tool, handle symbols with no path better. If symbols with the same name appeared in the same "file" (as in 'unknown file') then they collided and only the last such symbol was remembered. This happened for me with string symbols where all .L.str21 were in the ?? file. Store a list of symbol sizes per symbol and file. If there are more than one symbol size per symbol and file, compare them differently to see what might have happened. A bit hard to read code. I hope it won't have to be changed. BUG=412335 R=andrewhayden@chromium.org Committed: https://crrev.com/352f1537f3774bb29bb084ad95e30bf52930917a Cr-Commit-Position: refs/heads/master@{#295033}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+175 lines, -15 lines) Patch
M tools/binary_size/explain_binary_size_delta.py View 3 chunks +46 lines, -15 lines 0 comments Download
M tools/binary_size/explain_binary_size_delta_unittest.py View 1 chunk +129 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
Daniel Bratell
6 years, 3 months ago (2014-09-12 12:42:10 UTC) #1
Daniel Bratell
Example output from a change I did in another patch, where I did change a ...
6 years, 3 months ago (2014-09-12 12:45:10 UTC) #2
Andrew Hayden (chromium.org)
On 2014/09/12 12:45:10, Daniel Bratell wrote: > Example output from a change I did in ...
6 years, 3 months ago (2014-09-15 08:40:00 UTC) #3
Andrew Hayden (chromium.org)
Er, LGTM :)
6 years, 3 months ago (2014-09-15 08:40:10 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/551203004/1
6 years, 3 months ago (2014-09-16 08:14:57 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1) as 1890d51eebdacea9364b63c559d0473602be958a
6 years, 3 months ago (2014-09-16 09:11:01 UTC) #7
commit-bot: I haz the power
6 years, 3 months ago (2014-09-16 09:12:10 UTC) #8
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/352f1537f3774bb29bb084ad95e30bf52930917a
Cr-Commit-Position: refs/heads/master@{#295033}

Powered by Google App Engine
This is Rietveld 408576698