Go 1.5 released as scheduled, completely farewell C code

Source: Internet
Author: User

Go 1.5 released as scheduled, completely farewell C code


Today, Google officially released the Go 1.5 version, which is the sixth important version of the go language. This release removes the "last remaining C code" from this update, with runtime, Compiler (compiler), and linker (connectors) written by the go language. Currently, Go 1.5 is now available for download and support for Windows, Mac OS x, and Linux platforms.


The main features are as follows:


The compiler and runtime have completely written with go, removing the C language completely, and the garbage collector can now run in parallel, significantly reducing the time of the collector to pause; Go program runs with the maximum available cores by default (Gomaxprocs set), which defaults to 1 in previous versions ; All resource libraries (repositories) now support internal packages, not just the core of go; the GO command now provides "experimental support" for external dependencies of "vendoring"; the newly added go instruction tracker performs fine-grained tracking of the program; newly added go The DOC directive (which differs from Godoc) can be used exclusively on the command line. Improved linker, which allows the distributed go package to be linked to the GO program as a shared library, can be built into a go package to an archive or shared library, and can be linked or loaded with a C program (design doc). For more details, see: Go official homepage, download go 1.5.


Go 1.5 released as scheduled, completely farewell C code

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.