Re: [go-nuts] Non-Coherent Caches

2018-01-12 Thread Ian Lance Taylor
On Fri, Jan 12, 2018 at 2:03 AM, Chris Hopkins wrote: > > Does anyone know of an architecture that go runs on that has non-coherent > data caches? If so, is there a mechanism in the language/tool chain to > protect against the issues of this? > > Background: > I was watching a video on the go trac

[go-nuts] Non-Coherent Caches

2018-01-12 Thread Chris Hopkins
Hi All, Does anyone know of an architecture that go runs on that has non-coherent data caches? If so, is there a mechanism in the language/tool chain to protect against the issues of this? Background: I was watching a video on the go trace tool (https://www.youtube.com/watch?v=ySy3sR1LFCQ) in t