[go-nuts] Re: Go 1.9 Beta 2 is released

2017-06-30 Thread Parker Evans
ger/more realistic programs as well. ~Parker On Thursday, June 29, 2017 at 8:21:18 AM UTC-4, Alberto Donizetti wrote: > > But if you have other numbers please share them, it'll certainly interesing > to see them. > > Il giorno giovedì 29 giugno 2017 13:38:18 UTC+2, Parker E

[go-nuts] Re: Go 1.9 Beta 2 is released

2017-06-29 Thread Parker Evans
Congratulations on the Beta 2 release, pretty excited to test it out. Lots of interesting updates! I did notice one thing when I was playing around with Beta 1 and now Beta 2 that I wanted to ask about. Is it expected that binary size would increase in this release? A toy example that has be

Re: [go-nuts] Dynamic linking against individual golang standard libraries

2016-12-02 Thread Parker Evans
linkshared. Thanks, Parker On Tuesday, November 22, 2016 at 9:50:21 PM UTC-5, Parker Evans wrote: > > Alright, I will take a look. Thanks for the response. > > ~Parker > > On Monday, November 21, 2016 at 7:00:01 PM UTC-5, Ian Lance Taylor wrote: >> >> On Sun, Nov

Re: [go-nuts] Dynamic linking against individual golang standard libraries

2016-11-22 Thread Parker Evans
Alright, I will take a look. Thanks for the response. ~Parker On Monday, November 21, 2016 at 7:00:01 PM UTC-5, Ian Lance Taylor wrote: > > On Sun, Nov 20, 2016 at 1:22 PM, Parker Evans > wrote: > > > > In order to do this kind of thing, do I need to manually figure out

[go-nuts] Dynamic linking against individual golang standard libraries

2016-11-20 Thread Parker Evans
Hi, Question about using dynamic libraries on Linux. So I know that creating a shared .so for the golang standard library can be done via the following (or some appropriate cross compiling variant): go install -buildmode=shared -linkshared std When stripped of debugging information, this proc

[go-nuts] Any reason make.bash does not allow you to pass asmflags?

2016-10-18 Thread Parker Evans
I was recently playing around with the assembler and compiler -trimpath option to remove build machine prefixes from the built from source toolchain and I realized that make.bash allows you to pass gcflags via the GO_GCFLAGS environment variable but there is no equivalent GO_ASMFLAGS environmen