問題タブ [demand-paging]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
2 に答える
11140 参照

memory-management - デマンド ページングとページ置換の違いは何ですか?

私が理解していることから、デマンド ページングは​​基本的にスワッピングを伴うページングであるため、必要なときにページをスワップできます。しかし、ページの置換は多かれ少なかれ同じことのように見えます。ページを取り込み、物理メモリ内の既存のページと切り替える必要があります。

では、明確な違いはありますか?