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] GNAT can be used with stack protection enabled

Monday October 15, 2007

The GNAT Ada compiler and other tools can now be used on systems that prevent execution of code on the stack for security purposes, e.g. on Windows, this is called DEP (data execution protection). Programs generated by the compiler may or may not run in this environment, depending on which features are used (see Restriction No_Implicit_Dynamic_Code).

 

Posted by Posted in Development Log, GNAT Compilation System