[GDC 2015] Code Clinic: How to Write Code the Compiler Can Actually Optimize

Talk from GDC 2015

This session will be a deep dive into several real-world code snippets. With each sample, an analysis will be presented with a focus on data design, performance and compiler, and linker transformation details. Several iterations of each code snippet and analysis will be demonstrated, each leading further down the rabbit hole. The presentation will be limited to x64 CPUs.

Find at GDC Vault - and thanks for hosting video @somethingnevertaken


Thanks for capturing code Michael Pohoreski for anyone that wants to reproduce the results.
https://github.com/Michaelangel007/write_code_compiler_can_optimize

Comments

Popular posts from this blog

On why Data-Oriented Design isn't a modelling approach at all

12 tips for making the best use of your time #gamedev