[go-nuts] gollvm: contiguous stacks vs segmented stacks

2021-08-01 Thread Yan Titarenko
I was considering to discuss the design and implementation stages/acknowledge concerns, for supporting this: Proposal . Yan -- You received this message because you are subscribed to the Google Groups "g

Re: [go-nuts] Incompatibility of reflection libraries (reflect versus go-reflect), on json-iterator (Go 1.15.8)

2021-03-08 Thread Yan Titarenko
On Mon, Mar 8, 2021 at 11:06 PM Ian Lance Taylor wrote: > On Wed, Mar 3, 2021 at 7:02 PM Sokolov Yura > wrote: > Thanks. I filed https://golang.org/issue/44870 for this. > Cool, well done. I shall share that with some potentially interested engineers. > > > 2. When I need to iterate map. > >

Re: [go-nuts] Incompatibility of reflection libraries (reflect versus go-reflect), on json-iterator (Go 1.15.8)

2021-03-06 Thread Yan Titarenko
wo things give a lot for performance (and allocation-less-ness) of > our deepcopy. > > Yura > > вторник, 2 марта 2021 г. в 21:18:51 UTC+3, Ian Lance Taylor: > >> On Tue, Mar 2, 2021 at 5:49 AM Yan Titarenko >> wrote: >> > >> > On Friday, February 26, 2021

Re: [go-nuts] Incompatibility of reflection libraries (reflect versus go-reflect), on json-iterator (Go 1.15.8)

2021-03-02 Thread Yan Titarenko
uch "alternative" do not want to deal with - so reflect2 is, unsurprisingly, unmaintained even by the original author. > > > Ian > > > > On Fri, Feb 26, 2021 at 10:00 AM Ian Lance Taylor > wrote: > >> > >> On Fri, Feb 26, 20

Re: [go-nuts] Incompatibility of reflection libraries (reflect versus go-reflect), on json-iterator (Go 1.15.8)

2021-02-26 Thread Yan Titarenko
to port reflect2 to support > gccgo/GoLLVM.) > > Ian > > > > On Fri, Feb 26, 2021 at 10:00 AM Ian Lance Taylor > wrote: > >> > >> On Fri, Feb 26, 2021 at 6:11 AM Yan Titarenko > >> wrote: > >> > > >> > CC'ing to commit

Re: [go-nuts] Incompatibility of reflection libraries (reflect versus go-reflect), on json-iterator (Go 1.15.8)

2021-02-26 Thread Yan Titarenko
CC'ing to committers. Ian, please provide some advise. Thanks in advance On Wed, Feb 24, 2021 at 2:00 PM Yan Titarenko wrote: > Hi. > > Since there where no comments on > https://github.com/json-iterator/go/issues/501 - I decided that an open > discussion (not necessari

[go-nuts] Incompatibility of reflection libraries (reflect versus go-reflect), on json-iterator (Go 1.15.8)

2021-02-24 Thread Yan Titarenko
Hi. Since there where no comments on https://github.com/json-iterator/go/issues/501 - I decided that an open discussion (not necessarily on behalf of this project - there could be other projects/use cases, which could a cause for contributions, into the reflection library). I tried to test wi