
A Look Inside the Go Compiler
This talk offers a guided tour through the internals of the Go compiler, exploring how Go code is transformed into machine code. While not diving too deep into any one area, we’ll touch on key components, design decisions, and interesting behaviors developers might not be aware of. Whether you’re a language nerd or just curious how your code comes to life, there’s something here for you. No prior compiler knowledge required.
Speaker
-
Josef Podaný
Microsoft
Josef is a programming-language enthusiast with a keen interest in compilers, interpreters, static analyzers, and all things related to developer tooling. He likes to explore the intricacies of Go, Rust, Zig and purely-functional languages and currently works on Rust developer tooling at Microsoft.... read more