Home | Contact | Pricing | News | Events | Partners | Mailing List | Site Map
  • Development log
  • Technical papers
  • Live docs

More Resources

Recent Papers

Browse by Technology

Dev Log Archives

Developer Center

[GNAT] New switch to disable if statement optimizations

Thursday June 12, 2008

The new GCC switch -fno-tree-phi-optimize disables optimization of if statements into a simple statement. This can make decision coverage of the object code more straightforward.

 

Posted by Posted in Development Log, GNAT Compilation System