On 22 September 2016 at 05:54, Ian Lance Taylor <i...@golang.org> wrote:
> On Wed, Sep 21, 2016 at 7:16 AM, Ged Wed <ged...@gmail.com> wrote: > > > > Today ARM announced a new real time chip for cars. > > > > http://www.anandtech.com/show/10690/arm-announces-the- > cortexr52-cpu-deterministic-safe-for-adas-more > > > > https://github.com/golang/go/wiki/GoArm > > > > I am curious how hard it would be for golang to target this ?? > > Not that i would be anytime soon, but its seems like it would be great > for > > drones, robotics, and hardware that needs to be deterministic in the > time it > > takes to complete tasks. > > As far as I can see, the Go toolchain should be able to generate code > today that will run on this processor. I think the code might be OK (not sure how much the ISA for userland differs between -A and -R) but I think getting the runtime to work on a system without an MMU might be an adventure. I'm hardly an expert in such things though! Cheers, mwh -- 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 email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.