Fixing a Memory Corruption Bug in Go
A tale of two gophers
Sep 23, 20235 min read2.5K

Search for a command to run...
Articles tagged with #assembly
A tale of two gophers

This whole adventure began because I wanted to write a C compiler in Go. I wanted to use Chibicc, a tiny C compiler, as a basis since I could start with the first commit and add each feature since each one is a separate commit. However, Chibicc uses ...
