<div dir="ltr"><div>I&#39;m not sure if this is the right channel to discuss on optimization switch</div><div><br></div><div>We are aware the 3 options:</div>-O<div>-Ofast</div><div>-Ounchecked</div><div><br></div><div>As we can see, we rarely use -Ounchecked for safety reason and there aren&#39;t much info on what are the tradeoff. if there are performance reason that will need to improve loop or maths optimization or allow developers to fine-tuning in various area, we could add more options to compiler.</div><div><br></div><div>-OLoop (Optimize loop with safety)</div><div>-OFunc (Optimize function calls)<br></div><div>and so on.</div><div><br></div><div><br></div><div><br></div></div>