
Episode 138: 🇬🇧 Sean Parent on Val! (Part 2)
Algorithms + Data Structures = Programs
00:00
How to Optimize Loops for Compiler Optimization
C++ and C have become the de facto language for writing performance sensitive code. It is so hard to get a compiler to do a good job of optimizing vectorizing your loops in C ++. I think there's an opportunity here for us to say look When we say generic code what we want to be able to say is generic code on a GPU on a vectorization unit. Where we say our value is represented this way and we can stamp out efficient code For SIMD for CPU regardless of how we're representing it.
Transcript
Play full episode