Debugging Code Generation in Go
Offered By: Gopher Academy via YouTube
Course Description
Overview
Explore the intricacies of Go's code generation process in this 43-minute conference talk from GopherCon 2020. Delve into the inner workings of the Go toolchain, learning how it transforms source code into binary executables. Discover techniques for inspecting machine code generated from Go source and gain insights into the compiler's automatic optimizations. Ideal for developers seeking to deepen their understanding of Go's compilation process, this talk equips you with knowledge to debug code generation, validate binary output, and optimize Go code more effectively.
Syllabus
GopherCon 2020: Jaana Dogan - Debugging Code Generation in Go
Taught by
Gopher Academy
Related Courses
A Holistic Go ExperienceGopher Academy via YouTube Safe, Fast, and Easy - Building a Plugin System with WebAssembly
Gopher Academy via YouTube A Journey Through Integration Testing with Go - What Could Go Wrong?
Gopher Academy via YouTube Kraken Wrangling for Dummies - Go Module Dependency Management at Scale
Gopher Academy via YouTube Go, the Data Engineer's Missing Tool?
Gopher Academy via YouTube