Other Parts Discussed in Thread: TMS320F28335
Hi,
I am using TMS320F28335 and I am trying to use --src_interlist compiler option. As per spru514C, for optimized code it says "If the optimizer is invoked (--opt_level=n option), optimizer comments are interlisted with the assembly language output of the compiler, which may rearrange code significantly."
Does it mean it will rearrange the code, which may impact the optimization.
As per link http://processors.wiki.ti.com/index.php/C28x_Code_Generation_Tips_and_Tricks it say, there is no impact on optimization.
My project should not have any level of optimization. So my main intention is to have --src_interlist compiler option and
- Generate .asm file without optimization.
- Generate the same .asm file with optimization.
- Compare both with and without optimization .asm files and try to change the code.
- Finally to have an effective code without any optimization compiler options.
Thanks & Regards
Vishnu Beema