Click this button to go to the index for this section. |
runcord(1)
NAME
runcord - invokes cord to rearrange procedures in an executable file to facilitate better cache mappingSYNOPSIS
runcord -feedback feedback_filename [-o outfile ] objfile [ cord options ]DESCRIPTION
The runcord command invokes ftoc(1) to read one or more feedback files produced by the -feedback option of the profiler prof(1) or by the feedback(1) utility and generates a reorder-file for use with the cache- rearranging program cord(1). The runcord command then invokes cord(1) to rearrange procedures in the executable file to facilitate better cache mapping.FLAGS
In addition to the options for the cord command, runcord accepts the following options: -feedback feedback_filename Specifies the name of the feedback file to read. -o outfile Specifies the name of the output file.RELATED INFORMATION
cord(1), prof(1), feedback(1), ftoc(1) Programmer's Guide