Developer Center |
Monday June 2, 2008
By default, GNAT Pro inputs and outputs String, Wide_String and Wide_Wide_ String types as blocks of memory in order to minimize the number of system and library calls involved. This behavior can be changed to a byte IO mode by using pragma Restrictions (No_Stream_Optimizations).
Posted
in Development Log, GNAT Compilation System