cn.popeye 发表于 2013-1-28 16:06:26

Ubuntu Go语言安装记录

参考地址:http://golang.org/doc/install.html
 
一些区别:
 
amd64 (a.k.a. x86-64); 6g,6l,6c,6aThe most mature implementation. The compiler has an effective optimizer (registerizer) and generates good code (although gccgo can do noticeably better sometimes).386 (a.k.a. x86 or x86-32); 8g,8l,8c,8aComparable to the amd64 port.arm (a.k.a. ARM); 5g,5l,5c,5aIncomplete. It only supports Linux binaries, the optimizer is incomplete, and floating point uses the VFP unit. However, all tests pass. Work on the optimizer is continuing. Tested against a Nexus One.


 
 
<div class="quote_title">安装必要依赖:
页: [1]
查看完整版本: Ubuntu Go语言安装记录