Pragma Aggregate_Individually_Assign (GNAT Reference Manual) (original) (raw)

Next: Pragma Allow_Integer_Address, Previous: Pragma Ada_2022, Up: Implementation Defined Pragmas [Contents][Index]


2.10 Pragma Aggregate_Individually_Assign

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.