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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/19/01 20:35
Read: times


 
#10165 - RE: Keil Memory Overlay Best Way to?
Search the Keil knowledge base - there are several articles on this.

If memory's not a problem, you could just disable overlaying completely for those functions. Or not use automatic locals.

Or could you re-structure your code to not need the function pointers?
eg, use a 'switch' to select the required function from the "index", instead of indexing an array?

Note that calling functions by pointer restricts the parameter-passing capabilities, as parameters then have to be passed in registers.

List of 9 messages in thread
TopicAuthorDate
Keil Memory Overlay Best Way to?            01/01/70 00:00      
RE: Keil Memory Overlay Best Way to?            01/01/70 00:00      
RE: Keil Memory Overlay Best Way to?            01/01/70 00:00      
RE: Keil Memory Overlay Best Way to?            01/01/70 00:00      
RE: Keil Memory Overlay Best Way to?            01/01/70 00:00      
RE: Keil Memory Overlay Best Way to?            01/01/70 00:00      
RE: Keil Memory Overlay Best Way to?            01/01/70 00:00      
Correction to my above post            01/01/70 00:00      
RE: Keil Memory Overlay Best Way to?            01/01/70 00:00      

Back to Subject List