Next: Pragma Allow_Integer_Address, Previous: Pragma Ada_2012, Up: Implementation Defined Pragmas [Contents][Index]
Syntax:
pragma Aggregate_Individually_Assign;
Where possible, GNAT will store the binary representation of a record aggregate in memory for space and performance reasons. This configuration pragma changes this behavior so that record aggregates are instead always converted into individual assignment statements.