[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]


inline_bottom_up

Description:

Controls the inlining of functions.

Compatibility:

This pragma is compatible with the following platform targets:

68K

PowerPC

NEC V800

Intel x86

MIPS

Embedded 68K

Prototype:
  #pragma inline_bottom_up on | off | reset Remarks:

When this option is on, the compiler uses an inlining method that reduces the size and improves the performance of source code that has lots of nested inline function calls.

This pragma does not correspond to an option in any settings panel. To check whether this option is on, use __option (inline_bottom_up), described in "Checking Options."


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: August 17, 2000