runcord(1) — Commands
NAME
runcord − invokes cord to rearrange procedures in an executable file to facilitate better cache mapping
SYNOPSIS
runcord −feedback feedback_filename [−o outfile] objfile [cord options]
OPTIONS
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.
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.
SEE ALSO
Commands: cord(1), prof(1), feedback(1), ftoc(1)
Programmer’s Guide