DSPRelated.com
Forums

usage of code optimiser in code composer TMS320F2812

Started by aditya anantha May 8, 2005

hi,

I am working on TMS320F2812 code composer, i want to use the options to optimise the code

there is a user manual on optimiser but i am unable to get the actual way how to use it n

where to include the options

if anyone had any experience of using tht pls help me in this regard

thx in advance

aditya



I think if you are using Code Composer, there are options which you can
check to indicate the type of optimization wanted for the compile/link. If
you are doing the compile/link outside of Code Composer, then there are
arguments given to the compiler ( and link too maybe ), that indicate what
type of optimization is required.
Regards,
Robert
www.gldsp.com
_____

From: code-comp@code... [mailto:code-comp@code...] On Behalf
Of aditya anantha
Sent: Sunday, May 08, 2005 11:19 AM
To: code-comp@code...
Subject: [code-comp] usage of code optimiser in code composer TMS320F2812

hi,

I am working on TMS320F2812 code composer, i want to use the options to
optimise the code

there is a user manual on optimiser but i am unable to get the actual way
how to use it n

where to include the options

if anyone had any experience of using tht pls help me in this regard

thx in advance

aditya

* To --
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.11.6 - Release Date: 5/6/2005
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.11.6 - Release Date: 5/6/2005


hi,
if u r using CCS then do as below:
right click ur pjt file in CCS project view and click build
options.
there u'll find compiler, linker , loader options.
there u can optimise for function/file/program level.
but becareful while chosing optimisations, as it will change
some parts of code/ remove some variables.
read carefully abt optimiser options first before using them.
regards,
venu

--- robert <r_obert@r_ob...> wrote:
> I think if you are using Code Composer, there are options
> which you can
> check to indicate the type of optimization wanted for the
> compile/link. If
> you are doing the compile/link outside of Code Composer, then
> there are
> arguments given to the compiler ( and link too maybe ), that
> indicate what
> type of optimization is required. >
> Regards, >
> Robert >
> www.gldsp.com >
> _____
>
> From: code-comp@code...
> [mailto:code-comp@code...] On Behalf
> Of aditya anantha
> Sent: Sunday, May 08, 2005 11:19 AM
> To: code-comp@code...
> Subject: [code-comp] usage of code optimiser in code composer
> TMS320F2812 >
>
> hi,
>
> I am working on TMS320F2812 code composer, i want to use the
> options to
> optimise the code
>
> there is a user manual on optimiser but i am unable to get the
> actual way
> how to use it n
>
> where to include the options
>
> if anyone had any experience of using tht pls help me in this
> regard
>
> thx in advance
>
> aditya >
>
> * To > --
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.308 / Virus Database: 266.11.6 - Release Date:
> 5/6/2005 >
> --
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> Version: 7.0.308 / Virus Database: 266.11.6 - Release Date:
> 5/6/2005

__________________________________