Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/20/03 21:04
Read: times


 
#46170 - RE: SDCC, large mem model, code inefficiency
Responding to: ???'s previous message
Hi Keith,

As a comparison, my IAR compiler would have placed message[] in a segment of memory to be initialized.
When the uC boots up the startup code copies the initialization data, including this string, from code space to the segment being initialized. Fast and efficient. I imagine Keil does it the same way.

Does your output change any with different levels of optimization?

Dennis

List of 8 messages in thread
TopicAuthorDate
SDCC, large mem model, code inefficiency            01/01/70 00:00      
   RE: SDCC, large mem model, code inefficiency            01/01/70 00:00      
   RE: SDCC, large mem model, code inefficiency            01/01/70 00:00      
      RE: SDCC, large mem model, code inefficiency            01/01/70 00:00      
      RE: SDCC, large mem model, code inefficiency            01/01/70 00:00      
   RE: Compiler hacking? VFM?            01/01/70 00:00      
   RE: SDCC, large mem model, code inefficiency            01/01/70 00:00      
   Thanks for all the responses...            01/01/70 00:00      

Back to Subject List