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 đều được tổ chức trở lại không bằng 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 cổ chai 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 bộ nhớ chính và bộ vi xử lý. Bất cứ khi nào các bộ xử lý cần phải đọc dữ liệu nó sẽ tìm trong khu vực bộ nhớ cache 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ộ 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ỉ khi 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 để 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 được 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à để chăm sóc 'bộ nhớ cache sự mạch lạc "có nghĩa là đảm bảo rằng 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 để đạt được điều này, các phúc rõ ràng nhất cho bộ vi xử lý để viết trực tiếp cho cả 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à "viết lại" bộ nhớ cache 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 đó đã thay đổi được đánh dấu là 'bẩn' nói cho 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 không gian để lưu trữ dữ liệu mới. Một bộ nhớ cache write-back tăng tốc quá trình ghi, nhưng mà không đòi hỏi 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 chứ không phải chỉ là một mặt hàng duy nhất mỗi khi họ cần để chuyển dữ liệu giữa bộ nhớ chính và bộ nhớ cache. Điều này có xu hướng 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ọ bước qua hướng dẫn lưu trữ tuần tự trong bộ nhớ, thay vì nhảy về từ vùng này sang vùng khác. Số lượng dữ liệu chuyển mỗi lần được gọi là 'kích thước đường'.
đ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 ©2024 I Love Translation. All reserved.

E-mail: