Skip to content

Commit

Permalink
Merge pull request #17 from aras-p/cleanup
Browse files Browse the repository at this point in the history
Fix ambiguous object file names, improve perf., code cleanup
  • Loading branch information
aras-p authored Aug 6, 2023
2 parents 843c6f8 + 79a301b commit a321d96
Show file tree
Hide file tree
Showing 5 changed files with 329 additions and 329 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 0.6.0, 2023 Aug 6

- When multiple object files have the same filename, disambiguate them (output their folder name in that case too).
- Object file sizes are counted better, in the case where some of their contributions are without symbols.
- Sizer output now also lists object files by data size.
- Slightly improve performance.

### 0.5.1, 2023 Aug 5

- Sizer now builds on Windows, Mac and Linux. Note that it still only analyzes the *Windows* executables/PDBs, but can do that while running on Mac/Linux.
Expand Down
Loading

0 comments on commit a321d96

Please sign in to comment.