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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/11/04 20:54
Read: times


 
#68330 - RE: How data variables are allocated ?
Responding to: ???'s previous message
Then use the small memory model and by default, your autos and globals will be allocated to internal RAM for the highest performance. Explicitly specify as "idata", those data objects that have a little lower performance constraints. Explicitly specify as "xdata", those data objects that have even lower performance constraints.


List of 8 messages in thread
TopicAuthorDate
How data variables are allocated ?            01/01/70 00:00      
   RE: How data variables are allocated ?            01/01/70 00:00      
      RE: How data variables are allocated ?            01/01/70 00:00      
         RE: How data variables are allocated ?            01/01/70 00:00      
            RE: How data variables are allocated ?            01/01/70 00:00      
               RE: How data variables are allocated ?            01/01/70 00:00      
                  RE: How data variables are allocated ?            01/01/70 00:00      
                     RE: How data variables are allocated ?            01/01/70 00:00      

Back to Subject List