[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
Post a Comment