tags:

views:

38

answers:

1

I am interested in the layout of an executable and dynamic memory allocation using stack and how the processor and kernel together manage the stack region, like during function calls and other scenarios of using stack based memory allocation. Also how stack overflow and other hazards associated with this model occur, are their other designs of code execution that are not stack based and don't have such issues. A video or an animation would be of great help.

A: 
dwelch
hmmm, you only have an assembly tag, did I completely misunderstand your question?
dwelch