GOTO is a vendor independent international software development conference with more that 90 top speaker and 1300 attendees. The conference cover topics such as .Net, Java, Open Source, Agile, Architecture and Design, Web, Cloud, New Languages and Processes
Matt Godbolt, TweetLow-level latency geek, DRW
Biography: Matt Godbolt
Matt is a developer at trading firm DRW. He has worked at Google and before that over a decade in the games industry making PC and console games. He is fascinated by performance and created an online compiler visualizer, GCC Explorer, to help understand how C++ code ends up looking to the processor. When not performance tuning C++ code he enjoys writing emulators for 8-bit computers in Javascript.
GCC Explorer: http://gcc.godbolt.org/
Emulators: http://xania.org/miracle/miracle.html
Twitter: @mattgodbolt
Presentation: Tweetx86 Internals for Fun and Profit
It's easy to treat the CPU that executes our code as a black box, but understanding what really goes on inside it can help you write more efficient code. In this talk, Matt will lift the lid on modern x86 processors. He'll explain some of their features and how the code you write maps to those features. He'll give examples of how to diagnose and fix performance issues. Topics covered include memory, caching, out-of-order execution and branch prediction.