next up previous contents index
Next: 3.8.3 Cray: SV1 Up: 3.8 Optimization, Compiler Switches Previous: 3.8.1 General: OpenMP settings   Contents   Index


3.8.2 General: Inlining

Candidate routines for inlining are (i.e. they should be inlined if anyhow possible):

On some machines the makefile generated by the configure script contains this list explicitely. On others, one has to rely on automatic inlining (see the following sections).

All routines that should be inlined are contained in the same modules as the calling routines. Therefore, no ``inter-procedure-inlining'' is needed.