Excellent interview as always, it's great to see more of the C++ team.
I thought Charles read my mind here, as I was just thinking that it would be great to have some videos covering optimization.
If there were any more videos on this theme I would be interested to know about what C++ code is difficult to optimize and how we should best write C++ to give the optimizer the most help we can about the semantics of our code, perhaps covering __assume
et al?
Russell Hadley: The Route to C++ Code Optimization
May 21, 2008 at 2:46 AMExcellent interview as always, it's great to see more of the C++ team.
I thought Charles read my mind here, as I was just thinking that it would be great to have some videos covering optimization.
If there were any more videos on this theme I would be interested to know about what C++ code is difficult to optimize and how we should best write C++ to give the optimizer the most help we can about the semantics of our code, perhaps covering __assume et al?
Thanks for another great In-Deep look into C++