John Chen
unread,Mar 17, 2021, 4:14:22 PM3/17/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to binary-size, Nico Weber, binary-size, Ryan Heise
The Mac build size is measured by simply running
du -s -k 'Google Chrome.app'. Experimenting on my Mac showed that the OS is quite nondeterministic in deciding how much space to allocate for each file. Even when the file sizes are identical, the du command may end up showing quite different sizes. For example, from
build 276503 to
build 276504, an increase of over 4 MB was shown, but examining files from the two builds showed they are of very similar sizes.
I think the right measurement might be simply enumerating all files and adding up their sizes, instead of relying on du command.
On Tuesday, March 16, 2021 at 3:42:44 PM UTC-7 Nico Weber wrote:
Do you have any tools to see where the binary size goes? If so, which part gets smaller? Resources? Binary? Which parts of the binary?
--
You received this message because you are subscribed to the Google Groups "binary-size" group.