Dave Cheney
Dave Cheney
> Rob's new cmd/asm treat SP and PC on ARM as pseudo-registers, so > if you want to refer to the real hardware register, you have to use R13 and...
> > At some point I want to ask you why PC and SP are virtual registers, I > > understand that FP is synthetic and is SP+some offset, but...
As this is likely to be a very contentious position, would you please enumerate those situations, preferably in detail. On Tue, 29 Dec 2015, 17:59 Mateusz Czapliński [email protected] wrote: >...
As to point 1, yeah sorry, we lost that argument. If you mean gb for point 2, gb doesn't use the vendor support because it isn't based on the Go...
@mattmoor contour is a lot better than Istio -- we moved away from polling nearly two years ago. The expected update delay is in the range [100ms, 600ms)
@mattmoor how could we change contour so you didn't have to probe? Ie, if the configuration is right, it should be programmed in envoy fast enough that a human cannot...
There are a few problems I see with implementing this request. 1. We don't track the ACK/NACK status of a request we send to envoy back to the object that...
Honestly I tried it both ways, this was the only one that didn't corrupt packets. I probably need to reduce the advertised mtu on the interface, that will probably fix...
Hmm. I don’t see how to do that without using interface{}. If you can think of a way, please feel free to send a pr
Yes, you need to use a proper package structure inside $GOPATH. The fact that go test ./my works is luck, not design. On Thu, Jan 24, 2013 at 4:27 AM,...