New CodeQL-Like Analyzer for Go.
[go]
[habr-translation]
[ruleguard]
[static-analysis]
A pattern for writing multi-step programs.
[shortread]
[go]
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]
Describes how to extend Emacs Lisp bytecode compiler.
[emacs lisp]
[compilers]
Information that supplements official documentation.
[go]
[asm]
[plan9]
[reference]