fmt.* functions may call Stringer and Formatter interface methods for the 
passed arguments, so the arguments may escape when calling these methods.

Probably, conditional escaping may be implemented for function argument. For 
example of fmt.*, escape only arguments implementing Stringer or Formatter 
interfaces when passing them to fmt.Println. Furthemore, such arguments may be 
left on stack if the corresponding Stringer and Formatter methods don't escape 
the argument.

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to