Re: [go-nuts] Movable pointees inquiry

2017-07-29 Thread Jan Mercl
On Sat, Jul 29, 2017 at 6:34 PM Ian Lance Taylor wrote: > Yes, that sounds correct. ... Thank you very much, Ian. -- -j -- 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

Re: [go-nuts] Movable pointees inquiry

2017-07-29 Thread Ian Lance Taylor
On Sat, Jul 29, 2017 at 3:20 AM, Jan Mercl <0xj...@gmail.com> wrote: > > I would like to ask for confirmation if I understand correctly few items. > Thank in advance for the answer(s). > > Bellow let's consider only correct, valid, race-free "normal" programs that > do not use CGO or directly call

[go-nuts] Movable pointees inquiry

2017-07-29 Thread Jan Mercl
I would like to ask for confirmation if I understand correctly few items. Thank in advance for the answer(s). Bellow let's consider only correct, valid, race-free "normal" programs that do not use CGO or directly call assembler routines etc. 1. Once 'p := &v' is executed, the program always obser