Typical security issues in C++: why the GC isn't your enemy

Walter Bright newshound2 at digitalmars.com
Thu Dec 8 20:52:26 UTC 2022


On 12/6/2022 5:33 AM, deadalnix wrote:
> Compiler can do control flow analysis, so they can force you to initialize 
> things before you use them. This is the right solution to that problem.

Your are correct, but this isn't done because it makes compiles 10x or more slower.


More information about the Digitalmars-d mailing list