Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Mon, 11 Mar 2019 22:24:00 +0000 Proposal: Secure the Public Go Module Ecosystem with the Go Notary 8 points posted by kenny https://go.googlesource.com/proposal/+/master/design/25530-notary.md 3828 Tue, 05 Mar 2019 20:34:00 +0000 Proposal: Register-based Go calling convention We propose switching the Go ABI from its current stack-based calling convention to a register-based calling convention. <a href="https://github.com/golang/go/issues/18597#issue-199914923" style="box-sizing: border-box; margin: 0px; padding: 0px; color: rgb(119, 89, 174); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">Preliminary experiments indicate</a>&nbsp;this will achieve at least a 5–10% throughput improvement across a range of applications. This will remain backwards compatible with existing assembly code that assumes Go’s current stack-based calling convention through Go’s <a href="https://golang.org/design/27539-internal-abi" style="box-sizing: border-box; margin: 0px; padding: 0px; color: rgb(119, 89, 174); font-family: &quot;Open Sans&quot;, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">multiple ABI mechanism</a>. 5 points posted by kenny https://go.googlesource.com/proposal/+/refs/changes/78/248178/1/design/40724-register-calling.md 4429 Fri, 14 Aug 2020 16:52:00 +0000 The revised Go generics draft 5 points posted by kenny https://go.googlesource.com/proposal/+/refs/heads/master/design/go2draft-type-parameters.md 4383 Tue, 16 Jun 2020 22:24:00 +0000 Go Design Draft: First Class Fuzzing #fuzzing 3 points posted by kenny https://go.googlesource.com/proposal/+/master/design/draft-fuzzing.md 4415 Tue, 28 Jul 2020 15:47:00 +0000 gollvm - LLVM IR generation “middle end” for LLVM-based Go compiler 3 points posted by daenney https://go.googlesource.com/gollvm 2274 Mon, 29 May 2017 21:37:00 +0000