Re: [go-nuts] How long are the results from runtime.Callers valid?

2016-08-06 Thread Carl Mastrangelo
Cgo is not in use; thank you for the quick response! On Saturday, August 6, 2016 at 11:49:22 AM UTC-7, Ian Lance Taylor wrote: > > On Sat, Aug 6, 2016 at 10:08 AM, Carl Mastrangelo > wrote: > > TL;DR: Is the uintptr slice returned from runtime.Callers always valid? >

Re: [go-nuts] How long are the results from runtime.Callers valid?

2016-08-06 Thread Ian Lance Taylor
On Sat, Aug 6, 2016 at 10:08 AM, Carl Mastrangelo wrote: > TL;DR: Is the uintptr slice returned from runtime.Callers always valid? > > Reading the docs* for runtime.Callers says: "Callers fills the slice pc with > the return program counters of function invocations on