OPTIMIZATIONS
Description
Compiler supports this option even though returning a 'large' return value may be not as efficient as using an additional pointer. The Compiler introduces an additional parameter for the return value if the return value cannot be passed in registers. Options are: Default, Large return value pointer, always with temporary (-Rpt), and Large return value pointer and temporary elimination (-Rpe).