Virtual Memory Technology

Source: Internet
Author: User
Localization and size of the data block (Locality and value block size)

If you get the storage information for location A, you will probably soon need to get the storage information around a. This is natural and applies to both data access and command access.

An example of a command read:

CPU directives are usually read sequentially from memory (except for jump and branch operations). If you get the command of location A, you will probably also need to read the a+4,a+8,a+12 and so on location information.

Caching can further exploit the advantages of localization by expanding data blocks. Each time a cache Miss is made to the data of a address, it will be stored in a piece of data (including a).

When we decide on the size of the data block, we need to do some performance balancing. Too big or too small to fit.

Virtual Memory Technology

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.