Block coverage

Compiling with Coverage Analysis gathers a profile of basic block executions. If a given basic block is executed zero times, then the group of instructions making up this block is considered dead code for the given sample input where the program runs. You may remove the dead code from the application or try to discover if there is functionality missing from the application since it never reaches the dead code.

Related topic:


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.