Why does the CPU use the virtual address to the physical address of the spatial mapping, solve what kind of problem?

Source: Internet
Author: User

When the processor reads or writes to the memory location, it uses the virtual address. As part of a read or write operation, the processor translates the virtual address into a physical address. Accessing memory through virtual addresses has the following advantages:

A program can use a series of neighboring virtual addresses to access large, non-contiguous memory buffers in physical memory.

A program can use a series of virtual addresses to access memory buffers that are larger than the available physical memory. When the physical memory supply is small, the memory manager saves the physical memory page (typically 4 KB) to the disk file. The data or code page moves between the physical memory and the disk as needed.

Virtual addresses used by different processes are isolated from each other. The code in one process cannot change the physical memory that is being used by another process.

Why does the CPU use the virtual address to the physical address of the spatial mapping, solve what kind of problem?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.