Learn how to avoid fatal errors when calling Go functions from the asm code.
[go]
[habr-translation]
[asm]
[jit]
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]
Information that supplements official documentation.
[go]
[asm]
[plan9]
[reference]