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 keyword static in generated code output

Friday January 19, 2007

Although Ada itself does not have a mechanism for declaring local entities with a static global allocation, the code generator does have this feature, and it is used in some Ada cases, e.g. for local exceptions in subprograms. Such usage is now indicated by the keyword static in the listing of generated code using -gnatG or -gnatD switches.

 

Posted by Posted in Development Log, GNAT Compilation System