Function Order List Overview

A function order list is a text that specifies the order in which the linker should link the non-static functions of your program. This improves the performance of your program by reducing paging and improving code locality. Profile-guided optimizations support the generation of a function order list to be used by linker. The compiler determines the order using profile information.

Usage Guidelines

Use the following guidelines to create a function order list.