runcord - invokes cord to rearrange procedures in an executable
file to facilitate better cache mapping
runcord -feedback feedback_filename [-o outfile] objfile
[cord options]
In addition to the options for the cord command, runcord
accepts the following options: Specifies the name of the
feedback file to read. Specifies the name of the output
file.
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.
Commands: cord(1), prof(1), feedback(1), ftoc(1)
Programmer's Guide
runcord(1)
[ Back ] |