pool_data

Controls whether data larger than the small data threshold is grouped into a single data structure.

Syntax
#pragma pool_data on | off | reset
  
Remarks

When this pragma is on the compiler optimizes pooled data. You must use this pragma before the function to which you apply it.

Note: Even if this pragma is on , the compiler will only pool the data if there is a performance improvement.

This pragma corresponds to the CodeWarrior IDE's Pool Data setting in the PowerPC ProcessorProperties > C/C++ Build > Settings > Tool Settings > PowerPC Compiler > Processor panel.