Home → Speaker Bio

Greg Heo


@gregheo

Greg has been a computer nerd ever since the Commodore 64 days. He enjoys writing code, long walks thinking about code, and listening to podcasts about code. You can read his blog at Swift Unboxed.

Greg's Talk on Day 1 - 02:35 p.m. - 03:10 p.m.

Compiler Sanitizers for Fun and Profit

Writing code is often a two-step process: think, then write. But there are so many tools available to us for the important third step of analyzing our code: the static analyzer, and the various sanitizers included in Xcode and clang.

In this session, we’ll dive into the address sanitizer and thread sanitizer: what do they do, how do they work, why would you want to include them in your workflow, and how can they improve your codebase and make you a better coder.