[go-nuts] Re: Strange glog.V(level) behavior in go.1.11.2 ?

2018-12-08 Thread Jan
I still haven't solved the issue (I just keep that odd line _ = &hmm) in the middle of the code. But I quickly looked at the assembly generated, and there is some inlined code from time.go:790 (!?) oddly in the middle of the call to glog.V(). The code (a wrapper around alpha-beta-prunning impl

Re: [go-nuts] Re: Strange glog.V(level) behavior in go.1.11.2 ?

2018-12-08 Thread Ian Davis
The best thing to do would be to make a self contained example that reproduces it and file an issue at https://github.com/golang/go/issues On Sat, 8 Dec 2018, at 8:49 AM, Jan wrote: > I still haven't solved the issue (I just keep that odd line _ = &hmm) > in the middle of the code.> > But I quick