bchop Utility - How to Use


Compare the ``good'' and the ``bad''
The ``good''
- Compile the code with the ``good'' options
- Make a directory -
./good
- Move the object files to the
./good directory
The ``bad''
- Compile the code with the ``bad'' options
- Make a directory -
./bad
- Move the object files to the
./bad directory
The ``ugly''
- Create a file listing all affected object files
- If necessary create a script to compare
``good'' & ``bad'' output
- Collect all the necessary input files together


Slide 11