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?

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top