Static Code Analysis Using SSA
Offered By: Gopher Academy via YouTube
Course Description
Overview
Explore Single Static Assignment (SSA) and its application in Go static analysis tools in this 25-minute conference talk from GopherCon 2015. Dive into the go/ssa package's role in existing tools like eg and oracle, and learn how to leverage it for building custom static analysis tools. Gain insights into this intermediate code representation used by compilers for analysis and optimization, enhancing your understanding of Go's static analysis capabilities.
Syllabus
GopherCon 2015: Ben Johnson - Static Code Analysis Using SSA
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