On Tue, Oct 18, 2016 at 1:06 AM, Uros Bizjak wrote:
>
>> This patch copies the code that implements the print and println
>> predeclared functions from the Go 1.7 runtime. The compiler is
>> changed to use the new names, and to call the printlock and
>> printunlock functions around a sequence of
Hello!
> This patch copies the code that implements the print and println
> predeclared functions from the Go 1.7 runtime. The compiler is
> changed to use the new names, and to call the printlock and
> printunlock functions around a sequence of print calls. The writebuf
> field in the g struct
This patch copies the code that implements the print and println
predeclared functions from the Go 1.7 runtime. The compiler is
changed to use the new names, and to call the printlock and
printunlock functions around a sequence of print calls. The writebuf
field in the g struct changes to a slice