> What optimizations are available to the C subset of C++ that are not also available to C?
I thought C++ had some stricter rules about aliasing, allowing more room for optimization of the same code, but I'm having trouble finding out exactly what the difference was.
Comments
> What optimizations are available to the C subset of C++ that are not also available to C?
I thought C++ had some stricter rules about aliasing, allowing more room for optimization of the same code, but I'm having trouble finding out exactly what the difference was.