next up previous contents index
Next: 4.5.5 Single versus double Up: 4.5 Optimization, compiler switches Previous: 4.5.3 Cache usage   Contents   Index


4.5.4 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 such a list explicitly. On others, one has to rely on automatic inlining (see the following sections).