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] Improved constant folding of short-circuits

Tuesday July 1, 2008

The compiler now does constant folding for "X and then …" where X is a known-false constant. Similar for "or else". This improves the generated code. It can also suppress warnings in dead code in some cases.

 

Posted by Posted in Development Log, GNAT Compilation System