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] Block IO for String types

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 by Posted in Development Log, GNAT Compilation System