Hi,
I am having to optimise my C only (i.e. not C++) code aggressively for speed performance on the TMS570 (compiler version 4.7.0B2). As well as code construction optimisations I am looking at compiler build options. I have selected:
Optimisation level (--opt_level) 3
Optimise for speed (--opt_for_speed) 5
I am trying to get program mode compilation (--program_level_compile with --call_assumptions=3) working.
I also recognise that suppression of all symbolic debug information (--symdebug:none) will have a benefit, as will removing the C source interlist option (--c_src_interlist).
Does anybody have any other recommendations or techniques they can suggest to help improve my speed performance.
Regards, Tony.