discussion forum



message

Name: unknown
Date: May 13, 2004 at 16:56:43
Subject: Re: general procedure
In Reply To: general procedure by
prasad on May 12, 2004 at 10:54:21
Text: | plz help me and give me tips in optimizing the assemply code for hitachi SH-3 DSP processor
| waiting for the positive result
| thanking you in advance,
| with regerds
| Prasad B C

As with all assembly the key is to know and understand the algorithm. Know where the processor is spending most of it's time. Keep as much of your current state in registers, store remaining state in the stack frame (confined and cached). Avoid sparse accesses to main memory to avoid cache pollution. Elimate unnecessary loads and stores. Know the resources of the processor, register set and execution units.




post a followup message
(Be nice... or be blocked. Be technical... or be erased.)

Name: optional link title:
eMail: optional link URL:
Subject: optional image URL:
  Insert line breaks by hand when only about one inch remains at the right side. Otherwise your message will be unreadable.
Text:
 

  Note: The above eMail form fields may look unaligned if you are using a browser other than Netscape Navigator version 3.0.



currently posted followup messages
(You may have to press the RELOAD button of your browser.)




main page