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 CAs 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.)
currently posted followup messages
(You may have to press the RELOAD button of your browser.)
|