tl;dr: avoid os.Exit
near deferred calls.
[shortread]
[go]
Learn how to write new SSA optimization rules for Go compiler.
[go]
[asm]
[compilers]
[ssa]
[habr-translation]
Your guide in Go AVX-512 world. Links to docs, articles and so on.
[go]
[asm]
[avx-512]
objdump that is distributed with Go can’t handle AVX-512 yet. This article describes workarounds.
[go]
[asm]
[avx-512]
[Intel XED]
Bytecode interpreter in Go asm using direct threading for dispatching.
[go]
[asm]
How Go objects are represented inside Emacs.
[go]
[emacs lisp]
[goism project]
Information that supplements official documentation.
[go]
[asm]
[plan9]
[reference]
Avoid global lookup tables. Making things as local (private) as possible.
[go]
[closure]
Almost useful and flexible C FFI for Go.
[go]
[cgo]
[c]
[ffi]
[reflection]