Re: [go-nuts] Unused unexported methods kept by DCE when using plugins

2025-02-11 Thread Ian Lance Taylor
On Tue, Feb 11, 2025 at 1:57 AM Pierre Gimalac wrote: > > But in that case why would that only happen for dynamic builds ? > Shouldn't all unexported methods also be kept for the "normal" build ? In a normal build the linker can see all the code in the program, so it knows whether something is po

Re: [go-nuts] Unused unexported methods kept by DCE when using plugins

2025-02-11 Thread 'Pierre Gimalac' via golang-nuts
But in that case why would that only happen for dynamic builds ? Shouldn't all unexported methods also be kept for the "normal" build ? Pierre. Le sam. 8 févr. 2025 à 01:16, Ian Lance Taylor a écrit : > On Fri, Feb 7, 2025 at 2:59 PM 'Pierre Gimalac' via golang-nuts > wrote: > > > > I noticed

[go-nuts] Go 1.24.0 is released

2025-02-11 Thread announce
Hello gophers, We have just released Go 1.24.0. To find out what has changed in Go 1.24, read the release notes: https://go.dev/doc/go1.24 You can download binary and source distributions from our download page: https://go.dev/dl/#go1.24.0 If you have Go installed already, an easy way to try go