Most PCs are held back not by the speed of their main processor, but b dịch - Most PCs are held back not by the speed of their main processor, but b Việt làm thế nào để nói

Most PCs are held back not by the s

Most PCs are held back not by the speed of their main processor, but by the time it takes to move data in and out of memory. One of the most important techniques for getting around this bottleneck is the memory cache.
The idea is to use a small number of very fast memory chips as a buffer or cache between main memory and the processor. Whenever the processor needs to read data it looks in this cache area first. If it finds the data in the cache then this counts as a 'cache hit' and the processor need not go through the more laborious process of reading data from the main memory. Only if the data is not in the cache does it need to access main memory, but in the process it copies whatever it finds into the cache so that it is there ready for the next time it is needed. The whole process is controlled by a group of logic circuits called the cache controller.
One of the cache controller's main jobs is to look after 'cache coherency' which means ensuring that any changes written to main memory are reflected within the cache and vice versa. There are several techniques for achieving this, the most obvious being for the processor to write directly to both the cache and main memory at the same time. This is known as a 'write-through' cache and is the safest solution, but also the slowest.
The main alternative is the 'write-back' cache which allows the processor to write changes only to the cache and not to main memory. Cache entries that have changed are flagged as 'dirty' telling the cache controller to write their contents back to main memory before using the space to cache new data. A write-back cache speeds up the write process, but does require a more intelligent cache controller.
Most cache controllers move a 'line' of data rather than just a single item each time they need to transfer data between main memory and the cache. This tends to improve the chance of a cache hit as most programs spend their time stepping through instructions stored sequentially in memory, rather than jumping about from one area to another. The amount of data transferred each time is known as the 'line size'.
0/5000
Từ: -
Sang: -
Kết quả (Việt) 1: [Sao chép]
Sao chép!
Most PCs are held back not by the speed of their main processor, but by the time it takes to move data in and out of memory. One of the most important techniques for getting around this bottleneck is the memory cache.The idea is to use a small number of very fast memory chips as a buffer or cache between main memory and the processor. Whenever the processor needs to read data it looks in this cache area first. If it finds the data in the cache then this counts as a 'cache hit' and the processor need not go through the more laborious process of reading data from the main memory. Only if the data is not in the cache does it need to access main memory, but in the process it copies whatever it finds into the cache so that it is there ready for the next time it is needed. The whole process is controlled by a group of logic circuits called the cache controller.One of the cache controller's main jobs is to look after 'cache coherency' which means ensuring that any changes written to main memory are reflected within the cache and vice versa. There are several techniques for achieving this, the most obvious being for the processor to write directly to both the cache and main memory at the same time. This is known as a 'write-through' cache and is the safest solution, but also the slowest.The main alternative is the 'write-back' cache which allows the processor to write changes only to the cache and not to main memory. Cache entries that have changed are flagged as 'dirty' telling the cache controller to write their contents back to main memory before using the space to cache new data. A write-back cache speeds up the write process, but does require a more intelligent cache controller.Most cache controllers move a 'line' of data rather than just a single item each time they need to transfer data between main memory and the cache. This tends to improve the chance of a cache hit as most programs spend their time stepping through instructions stored sequentially in memory, rather than jumping about from one area to another. The amount of data transferred each time is known as the 'line size'.
đang được dịch, vui lòng đợi..
Kết quả (Việt) 2:[Sao chép]
Sao chép!
Hầu hết các máy tính cá nhân không được tổ chức trở lại bởi tốc độ của bộ vi xử lý chính của họ, nhưng theo thời gian nó cần để di chuyển dữ liệu vào và ra khỏi bộ nhớ. Một trong những kỹ thuật quan trọng nhất để có được xung quanh tắc nghẽn này là bộ nhớ Cache.
Ý tưởng này là sử dụng một số lượng nhỏ các chip bộ nhớ rất nhanh như một bộ đệm cache giữa về bộ nhớ thay đổi và bộ xử lý. Bất cứ khi nào các bộ xử lý cần phải đọc dữ liệu trong bộ nhớ cache hình trong khu vực này đầu tiên. Nếu nó tìm thấy các dữ liệu trong bộ nhớ cache sau đó điều này được tính như là một "bộ nhớ cache hit" và bộ vi xử lý không cần phải đi qua quá trình mất thời gian hơn cho việc đọc dữ liệu từ bộ nhớ chính. Chỉ IF các dữ liệu không có trong bộ nhớ cache hiện nó cần phải truy cập vào bộ nhớ chính, nhưng trong quá trình nó sao chép bất cứ điều gì nó tìm thấy vào bộ nhớ cache để thats nó là có sẵn sàng cho lần tiếp theo nó là cần thiết. Toàn bộ quá trình được điều khiển bởi một nhóm các mạch logic gọi là bộ điều khiển bộ nhớ cache.
Một trong những công việc chính của bộ điều khiển bộ nhớ cache là để xem xét sau khi "cache sự mạch lạc" Những phương tiện bảo đảm bất kỳ thay đổi ghi vào bộ nhớ chính được phản ánh trong bộ nhớ cache và ngược lại. Có Một số kỹ thuật cho Đạt được điều này, các phúc Rõ ràng nhất cho các bộ vi xử lý để viết trực tiếp cho cả hai bộ nhớ cache và bộ nhớ chính cùng một lúc. Điều này được biết đến như một bộ nhớ cache "write-through" và là giải pháp an toàn nhất, nhưng cũng là chậm nhất.
Việc thay thế chính là bộ nhớ cache "viết lại" Cho phép bộ vi xử lý để ghi các thay đổi chỉ để bộ nhớ cache và không nhớ chính. Mục cache có Đó Thay đổi được đánh dấu là 'bẩn' nói với các bộ điều khiển bộ nhớ cache để viết nội dung của họ trở lại vào bộ nhớ chính trước khi sử dụng các không gian mới để cache dữ liệu. Một bộ nhớ cache write-back tăng tốc quá trình ghi, nhưng không Yêu cầu một bộ điều khiển bộ nhớ cache thông minh hơn.
Hầu hết các bộ điều khiển bộ nhớ cache di chuyển một 'dòng' của dữ liệu Thay vì chỉ một mục duy nhất mỗi khi họ cần để chuyển dữ liệu giữa về bộ nhớ thay đổi và bộ nhớ cache. Tendo này để cải thiện các cơ hội của một bộ nhớ cache hit như hầu hết các chương trình Dành thời gian của họ Đẩy mạnh thông qua lưu trữ hướng dẫn tuần tự trong bộ nhớ, Thay vì nhảy về từ vùng này sang vùng khác. Số tiền của dữ liệu Chuyển mỗi lần được gọi là "đường kích thước.
đang được dịch, vui lòng đợi..
 
Các ngôn ngữ khác
Hỗ trợ công cụ dịch thuật: Albania, Amharic, Anh, Armenia, Azerbaijan, Ba Lan, Ba Tư, Bantu, Basque, Belarus, Bengal, Bosnia, Bulgaria, Bồ Đào Nha, Catalan, Cebuano, Chichewa, Corsi, Creole (Haiti), Croatia, Do Thái, Estonia, Filipino, Frisia, Gael Scotland, Galicia, George, Gujarat, Hausa, Hawaii, Hindi, Hmong, Hungary, Hy Lạp, Hà Lan, Hà Lan (Nam Phi), Hàn, Iceland, Igbo, Ireland, Java, Kannada, Kazakh, Khmer, Kinyarwanda, Klingon, Kurd, Kyrgyz, Latinh, Latvia, Litva, Luxembourg, Lào, Macedonia, Malagasy, Malayalam, Malta, Maori, Marathi, Myanmar, Mã Lai, Mông Cổ, Na Uy, Nepal, Nga, Nhật, Odia (Oriya), Pashto, Pháp, Phát hiện ngôn ngữ, Phần Lan, Punjab, Quốc tế ngữ, Rumani, Samoa, Serbia, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenia, Somali, Sunda, Swahili, Séc, Tajik, Tamil, Tatar, Telugu, Thái, Thổ Nhĩ Kỳ, Thụy Điển, Tiếng Indonesia, Tiếng Ý, Trung, Trung (Phồn thể), Turkmen, Tây Ban Nha, Ukraina, Urdu, Uyghur, Uzbek, Việt, Xứ Wales, Yiddish, Yoruba, Zulu, Đan Mạch, Đức, Ả Rập, dịch ngôn ngữ.

Copyright ©2025 I Love Translation. All reserved.

E-mail: