Developer Center |
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
in Development Log, GNAT Compilation System