Filed https://github.com/golang/go/issues/42729
On Fri, Nov 20, 2020 at 6:34 AM [email protected] < [email protected]> wrote: > Hello, > > I have a reasonably sized project that produces executables that have > ballooned in size between two relatively simple commits. > > I've tested with three compiler versions and in each case the executable > size is significantly larger in one case than the other. > > > The changes between the two versions amount to 172 insertions and 210 > deletions. No module has changed version. No binary data is embedded in > either version. The only additional import is to a file within the project > and which is imported from many other places. > > I can live with the new file size if that's the way it has to be, but it's > one heck of leap in size for a seemingly simple change. > > I've isolated the change and uploaded to a new repository for easy > comparison. I would be very appreciative if someone could help me > understand what is happening. > > https://github.com/JetSetIlly/Gopher2600-filesize-test > > > Regards > > Stephen Illingworth > > -- > You received this message because you are subscribed to the Google Groups > "golang-nuts" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/golang-nuts/9006c660-bd92-4293-87fc-fab8af1aca26n%40googlegroups.com > <https://groups.google.com/d/msgid/golang-nuts/9006c660-bd92-4293-87fc-fab8af1aca26n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/CAOXNBZRvfpmTpu0Te6yMHqLiN8gXGMdy_6r5wOo6h0apdSd9nw%40mail.gmail.com.
