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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/20/03 03:18
Read: times


 
#39516 - RE: Arrays of structures
Responding to: ???'s previous message
At any rate you should evalutate carefully the need for complex data types in C on an 8oops51 type processor. The underlying code can get pretty ugly, and gets especially so if the indexing distance from the base address of the structure(s) gets farther than 256 addresses away. I have foound that some times an unrolled set of data elements may lead to a considerable increase in access speed at the expense for compactness of C code.

Michael Karas


List of 9 messages in thread
TopicAuthorDate
Arrays of structures            01/01/70 00:00      
   RE: Arrays of structures            01/01/70 00:00      
   RE: Arrays of structures            01/01/70 00:00      
      RE: Arrays of structures            01/01/70 00:00      
   RE: Arrays of structures            01/01/70 00:00      
      RE: Arrays of structures            01/01/70 00:00      
   RE: Arrays of structures            01/01/70 00:00      
      RE: Arrays of structures            01/01/70 00:00      
   RE: Arrays of structures            01/01/70 00:00      

Back to Subject List