Performance on stack and data memory

Status
Not open for further replies.

naresh850

Full Member level 3
Joined
Jun 9, 2006
Messages
157
Helped
6
Reputation
12
Reaction score
4
Trophy points
1,298
Activity points
2,249
Hi,

can any body tell me wat is the performance difference between any variable assigne in stack and data memory.
 

Hi,

The variable present in the stack are auto variables which are used within the piece of code and these are primitive.
Where as the one in Data segment are used for global initializations which are better performance because the cycle time for access is lower.

there are some drawbacks with respect to the data segment like for the usage w.r.t size, coherency etc..

There is a book on "Exploring memory organization for embedded systems" which will guide for good understanding.

Cheers
Gowtham
 

Thnks much!!!

but where can i get this Exploring memory organization for embedded systems book.
if u have this book then could u please post it.

regards,
Naresh
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…