Re: libgo patch committed: Copy runtime_printf from other library

2012-06-23 Thread Ian Lance Taylor
mich...@chamberlain.net.au writes: > On 25/05/2012 6:45 AM, Ian Lance Taylor wrote: >> This patch to libgo copies the implementation of runtime_printf ... > > The actual patch attached to the message was the one you had earlier > posted for the Go 1 release compatibility with the off-by-1 error in

libgo patch committed: Copy runtime_printf from other library

2012-05-24 Thread Ian Lance Taylor
This patch to libgo copies the implementation of runtime_printf from the other Go library, and use that instead of calling the C library printf function. This removes some unnecessary differences in shared files, and removes some unnecessary stack splits. However, the main reason I'm doing it is