We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Couldn't load subscription status. Retry
There was an error while loading. Please reload this page.
wiki: redirect everything to go.dev/wiki For #61940.
url updates to go.dev / pkg.go.dev
remove invalid contant and update to Go 1.16 for inline rules
update the common rules of function inlining
Added []byte->string optimization for switch and string comparisons
per https://github.com/golang/go/issues/19348, mid-stack inlining is possible since go1.13
fix typo
GCCGO added escape analysis: https://gcc.gnu.org/gcc-8/changes.html#go
Updated CompilerOptimizations (markdown)
CompilerOptimizations: add more details to Escape and Inlining.
Updated Compiler Optimizations (markdown)