Chuyển bộ gõ


Từ điển Máy Tính - Foldoc Dictionary
cache conflict



cache conflict

(storage)   A sequence of accesses to memory repeatedly overwriting the same cache entry. This can happen if two blocks of data, which are mapped to the same set of cache locations, are needed simultaneously.

For example, in the case of a direct mapped cache, if arrays A, B, and C map to the same range of cache locations, thrashing will occur when the following loop is executed:

 for (i=1; i<n; i++)   C[i] = A[i] + B[i]; 
Cache conflict can also occur between a program loop and the data it is accessing.

See also ping-pong.

Last updated: 1997-01-21




Giới thiệu VNDIC.net | Plugin từ diển cho Firefox | Từ điển cho Toolbar IE | Tra cứu nhanh cho IE | Vndic bookmarklet | Học từ vựng | Vndic trên web của bạn

© Copyright 2006-2024 VNDIC.NET & VDICT.CO all rights reserved.