MicroC Code Generator : Code Optimizations : Empty Overlapping Tests of State Hierarchy

Empty Overlapping Tests of State Hierarchy

This feature further optimizes the generated code for Statecharts. The generated code avoids certain tests that are normally performed before a State hierarchy is entere, resulting in a smaller object code size.

Note that although this optimization will reduce the object code size, it might increase the scan time for a transition, because the generated code will be flattened.