Google's Go 1.5 To Feature Many Improvements

Written by Michael Larabel in Programming on 2 December 2014 at 07:55 AM EST. 5 Comments
PROGRAMMING
The updates due for Google's Go 1.5 programming language implementation are aplenty and should better position this promising language.

Go 1.5 will feature its garbage collector operating in a fully-concurrent manner. Go 1.5 will also feature its compiler, assembler, linker, and runtime written entirely in Go. The goal is to have Go written entirely in Go and to rid the codebase of any C code. The only exception to the C code is for Cgo.

New ports being looked at for Go 1.5 include 64-bit PowerPC and potentially 64-bit ARM. There will also be better Android support.

Aside from code changes itself, Go is switching to Git rather than Mercurial for its code revision control.

More details on the Go 1.5 plans via this mailing list post by Rob Pike.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week