Tool/software: TI C/C++ Compiler
Hi all,
According to Compiler User’s Guide, the –unified memory(-mt) option allows more efficient data memory instructions to be used to access switch tables, I tried but seems that Compiler doesn’t generate tables.
If we do a switch-case C statement, enable –unified memory and compile the C code, is there anything I should take care to generate switch tables? Is there any use case limitation of this? If Compiler generates switch table, we should be able to see .switch section in .map file, is this correct?
Regards,
Luke