On Sun, Jan 31, 2021 at 12:22 PM arthurwil...@gmail.com
<arthurwilliammor...@gmail.com> wrote:
>
> in runtime/print.go gwrite, if the data is put in the gp.writebuf where does 
> that writebuf get flushed?

The gp.writebuf field is only used to implement runtime.Stack.  It
isn't flushed anywhere, it's just returned to the caller of
runtime.Stack.

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/CAOyqgcUnpqBi6Jckh3-UWX-_BhMMF%3D3Rj_LDpPq5mAdm%2BES5qQ%40mail.gmail.com.

Reply via email to