On Thursday, October 12, 2023 at 9:55:12 AM UTC-4 Ian Lance Taylor wrote:
On Thu, Oct 12, 2023 at 5:06 AM Pascal Costanza
wrote:
>
> I have a question about runtime.Pinner: The documentation states that you
can only pin an object when it’s the result of calling new, taking the
address of a
On Thu, Oct 12, 2023 at 5:06 AM Pascal Costanza
wrote:
>
> I have a question about runtime.Pinner: The documentation states that you can
> only pin an object when it’s the result of calling new, taking the address of
> a composite literal, or taking the address of a local variable.
>
> At the sa
Hi,
I have a question about runtime.Pinner: The documentation states that you
can only pin an object when it’s the result of calling new, taking the
address of a composite literal, or taking the address of a local variable.
At the same time, the Go language specification states that a slice cr