Linking with the Packing List
To implement the working set improvements:
-
Recompile your application using the -Gy option. This option assures that the linker knows the location of the start and end of each function. Be sure to remove the -Gh option used to prepare the application for tuning.
-
Relink your application using the -order:@modulename.prf option, where modulename.prf is the name of the packing list that was generated by WSTUNE.