-
Enhancement
-
Resolution: Unresolved
-
Medium
-
Code Generation Tools
-
CODEGEN-1633
-
C6000_7.4.13
-
You can reduce the compile time by disabling the optimizer entirely (-Ooff) and using only -g, but it doesn't reduce the compile time by much. The recommended workaround is to break the function into smaller units.
-
The TI compiler takes inordinately long to compile very long functions. This is a known issue and will probably not be fixed anytime soon.
Large switch statement causes very long compile time