Question

Why does the runtime stack always grow down? (from higher memory address to lower memory address)

Are there any constraints which result in this situation?

Is it determined by the Operating System?

Was it helpful?

Solution

It does not always grow down. It grows down on Intel hardware and is architecture-dependent.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top