[ + drchase ]

On Fri, Sep 4, 2020 at 1:16 PM Falco Wockenfuß <falco...@gmail.com> wrote:
>
> sorry if this is a dumb question, but the Release Notes for go 1.15 have the 
> Note:
> The compiler's -json optimization logging now reports large (>= 128 byte) 
> copies and includes explanations of escape analysis decisions.
>
> But I didn't find anything about "-json" as a flag for go build or similar 
> and google dind't yield anything for go compiler json optimization logging or 
> similar.
>
> Can anyone clarify what this json optimiziation logging is and how it can be 
> used/invoked ?

It does seem that this option should be mentioned in cmd/compile/doc.go.

To use it, try "go build -gcflags=json=0,/my/json/dir".

Ian

-- 
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 golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAOyqgcVB-pJUf6AxSDsAqoEJbzBm_h7Qt4%2BTJyUg0mE63RyDcQ%40mail.gmail.com.

Reply via email to