Better x86 Assembly Generation from Go
Offered By: Gopher Academy via YouTube
Course Description
Overview
Explore the world of Go assembly and learn how to create high-performance, maintainable assembly functions in this 41-minute conference talk from GopherCon 2019. Discover the role of assembly language in the Go ecosystem and gain insights into best practices for assembly development. Learn about code generation tools, particularly the avo library for x86 assembly generation, and how they can simplify the process of writing assembly functions. Understand how to use Go control structures, automatic register allocation, and handle interactions with Go types in assembly code. Through practical examples, see how these techniques can help produce efficient and maintainable high-performance functions. Gain the confidence and knowledge needed to safely write lightning-fast assembly functions for Go, while avoiding common pitfalls and potential security vulnerabilities.
Syllabus
GopherCon 2019: Michael McLoughlin - Better x86 Assembly Generation from 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