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]
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]
Implementing and simulating a new RISC-V instruction with GNU toolchain
[gcc]
[gcc plugin]
[risc-v]
[tutorial]
[hardcore]
[compilers]
Efficient Go style multi return values in Emacs Lisp.
[emacs lisp]
[goism project]
[performance]
Trying to enumerate what C defaults are wrong.
[c]
[language design]
[rants]