On 5/23/2020 2:03 AM, NaN wrote: > There's a video on YouTube Chandler Caruth about how LLVM optimises C++, one of > the interesting points he made was that const is literately zero help to the > compiler for optimisation. I discovered that myself back in the 80's. It's a huge reason why D has immutable.