Switch Statement Information

Along with the generated code for each switch statement is information about how that statement was encoded. There are several strategies the compiler can use for switch statements. The compiler determines the appropriate strategy (see Switch Statements) or you can indicate a preference for a particular type of strategy using a pragma (see The #pragma Switch Directive). The information printed will look similar to the figure shown below.

Figure 1. Switch Statement Information