all: understand binary size changes vs 1.14 #38694
Labels
binary-size
help wanted
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Suggested
Issues that may be good for new contributors looking for work to do.
Milestone
I was curious about binary size changes from 1.14 to tip. The results:
This immediately raises a few questions.
There may not be any bugs here, but it'd be nice to understand a bit better what happened.
Anybody up for doing some sleuthing?
Of note for anyone investigating, you'll discover that object files are ~50% bigger at tip than 1.14. This is due to the -newobj flag being enabled by default. If you're going to use object files to investigate, you probably want to disable it.
The text was updated successfully, but these errors were encountered: