问HN:程序员是否将内存视为页面?

3作者: shivajikobardan大约 1 个月前原帖
由于分页是内存管理中广泛使用的技术,程序员是否将内存视为一组页面?这对我来说听起来很奇怪,哈哈。例如:我从未见过有Java开发者会以页面的方式思考内存。对程序员来说,分段似乎更有用。然而,分段在内存管理中已经不再使用,变得过时了。 <p>分页之前是否有类似的技术?比如说,是否有一种像WAF那样的技术,能够在分页之前为软件工程师抽象出视图?
查看原文
Since paging is the widely used technique in Memory Management. Do programmer&#x27;s view memory as a set of pages? This sounds very weird to me lol. For example: I have never ever had found a java dev who thinks in pages for memory. Segmentation seem more useful for programmer&#x27;s view. But segmentation in Memory Management was not used anymore and was obsolete.<p>Is there something like a precursor to paging? something like WAF that stands ahead of paging to abstract the view to software engineer?