You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
in runtime/print.go gwrite, if the data is put in the gp.writebuf where does that writebuf get flushed?
Ian Lance Taylor
unread,
Feb 1, 2021, 12:23:54 AM2/1/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to arthurwil...@gmail.com, golang-nuts
On Sun, Jan 31, 2021 at 12:22 PM arthurwil...@gmail.com <arthurwil...@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.