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.