JP3180724B2 - Cash system - Google Patents
Cash systemInfo
- Publication number
- JP3180724B2 JP3180724B2 JP20994797A JP20994797A JP3180724B2 JP 3180724 B2 JP3180724 B2 JP 3180724B2 JP 20994797 A JP20994797 A JP 20994797A JP 20994797 A JP20994797 A JP 20994797A JP 3180724 B2 JP3180724 B2 JP 3180724B2
- Authority
- JP
- Japan
- Prior art keywords
- replacement
- exclusive
- cache
- value
- mismatch
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
Landscapes
- Memory System Of A Hierarchy Structure (AREA)
Description
【0001】[0001]
【発明の属する技術分野】本発明は、キャッシュシステ
ムに関し、特に、マルチウェイセットアソシアティブ方
式でライトバックを行うキャッシュシステムのリプレー
ス回路に関する。[0001] 1. Field of the Invention [0002] The present invention relates to a cache system, and more particularly, to a replacement circuit of a cache system which performs write-back by a multi-way set associative method.
【0002】[0002]
【従来の技術】この種の従来のキャッシュシステムのキ
ャッシュリプレース回路において、プロセッサからの要
求データがバッファメモリになく、主記憶部とのデータ
入れ替えを行うような場合、バッファメモリ内のどのデ
ータブロックをリプレースするかを決定する代表的な方
法として、(1)LRU(Least Recently Used)
方式(アクセスされたのが最も古いデータブロックとす
る方式)、(2)FIFO(First In First Ou
t)方式(入れ替えたのが最も古いデータブロックとす
る方式)、(3)アクセス頻度による方式、(4)キャ
ッシュのステートによる固定優先度方式、などがある。2. Description of the Related Art In a cache replacement circuit of a conventional cache system of this kind, when data requested from a processor is not in a buffer memory and data exchange with a main memory is performed, which data block in the buffer memory is replaced. As a typical method for determining whether to replace the data, (1) LRU (Least Recently Used)
Method (method of accessing the oldest data block), (2) FIFO (First In First Out)
t) method (method of replacing the oldest data block), (3) method based on access frequency, (4) fixed priority method based on cache state, and the like.
【0003】[0003]
【発明が解決しようとする課題】前述のLRU法、FI
FO法では、リプレースする際、ライトバックする必要
のないステートのエントリ、例えば、無効(inval
id)、共有(shared)、排他一致(clean
exclusive)が存在しても、排他不一致(d
irty exclusive)のエントリをリプレー
スしてしまう可能性があるため、ライトバック回数が増
加し、バストラフィックが増大する、という問題点を有
している。The above-mentioned LRU method, FI
In the FO method, at the time of replacement, entry of a state that does not need to be written back, for example, invalid (invalid)
id), shared, exclusive match (clean)
exclusion), the exclusion mismatch (d
There is a possibility that the entry of “irractive exclusive” may be replaced, so that there is a problem that the number of write-backs increases and the bus traffic increases.
【0004】また、キャッシュステートによる固定優先
度方式では、リプレースの順位を、 無効(invalid)>共有(shared)、 排他一致(clean exclusive)>排他不
一致(dirty exclusive)、 とするため、徐々に、排他不一致(dirty exc
lusive)のエントリー数が増加し、最終的には、
ほとんどのエントリが排他不一致(dirtyexcl
usive)となってしまう。In the fixed priority method based on the cache state, the order of replacement is set to invalid> shared, exclusive match> clean exclusive> dirty exclusive, and the order of replacement is gradually increased. Exclusion mismatch (dirty exc
active), and eventually the number of entries
Most entries have exclusive mismatch (dirtyexcl)
use).
【0005】このため、マルチウェイ内の異なるアドレ
スへのリード命令が連続すると、そのエントリに対して
互いにリプレースするため、毎回ミスヒットしてしまう
という問題があった。[0005] For this reason, when read instructions to different addresses in the multiway are successive, the entries are replaced with each other, so that there is a problem that a miss occurs every time.
【0006】したがって、本発明は、上記問題点に鑑み
てなされたものであって、その目的は、キャッシュの排
他不一致(dirty exclusive)のエント
リ数をカウントし、そのカウント値に応じてキャッシュ
リプレースの方式を逐次変更し、ライトバックの少な
い、バストラフィックを改善させたキャッシュシステム
を提供することにある。SUMMARY OF THE INVENTION Accordingly, the present invention has been made in view of the above-described problem, and has as its object to count the number of entries of a cache with a non-exclusive mismatch (dirty exclusive) and to perform cache replacement according to the count value. An object of the present invention is to provide a cache system in which the method is sequentially changed to reduce write-back and improve bus traffic.
【0007】[0007]
【課題を解決するための手段】前記目的を達成するため
本発明のキャッシュリプレース方法では、複数のエント
リを含み、キャッシュブロックのリプレース候補を決定
するリプレース回路を備えたマルチウェイセットアソシ
アティブ方式のキャッシュシステムにおいて、前記リプ
レース回路が、キャッシュメモリに登録された排他不一
致(dirty exclusive)の数をカウント
するカウンタと、リプレース方式の範囲を設定するレジ
スタと、前記カウンタ値と前記レジスタの値を比較する
比較手段と、を備え、前記比較手段での比較結果に基づ
きリプレース制御を変更することを特徴とする。According to a first aspect of the present invention, there is provided a cache replacement method comprising: a plurality of entries; and a replacement circuit for determining a replacement candidate for a cache block. , Wherein the replacement circuit counts the number of exclusion mismatches registered in the cache memory, a register that sets a range of a replacement method, and comparison means that compares the counter value with the value of the register. Wherein the replacement control is changed based on the comparison result by the comparing means.
【0008】[0008]
【発明の実施の形態】本発明の実施の形態について以下
に説明する。本発明のキャッシュシステムは、その好ま
しい実施の形態において、キャッシュシステムのリプレ
ース回路に排他不一致(dirty exclusiv
e)のエントリ数をカウントするカウンタ(図1の7)
と、リプレース方式の範囲を決定するレジスタ(図1の
設定レジスタ(A,B)6)と、カウンタの値とレジス
タ値を比較する比較器(図1の8)を備え、比較結果に
基づき、リプレースの制御方法を変更するようにしたも
のである。Embodiments of the present invention will be described below. In a preferred embodiment of the cache system of the present invention, the replacement circuit of the cache system does not have an exclusive mismatch (dirty exclusive).
e) Counter for counting the number of entries (7 in FIG. 1)
And a register (setting register (A, B) 6 in FIG. 1) for determining the range of the replacement method, and a comparator (8 in FIG. 1) for comparing the counter value with the register value. The replacement control method is changed.
【0009】キャッシュの排他不一致(dirty e
xclusive)のエントリ数をカウントし、カウン
ト値が設定レジスタAの値よりも小さい間は、例えば固
定優先度方式のキャッシュリプレースを行い、排他不一
致(dirty exclusive)のエントリ数が
増加し設定レジスタAの値を超えた後、排他不一致(d
irty exclusive)のエントリ数が設定値
Bよりも小さくなるまでキャッシュリプレースをLRU
法、FIFO法あるいはアクセス頻度による置換などの
方法で行う。排他不一致(dirty exclusi
ve)のエントリ数が設定値Bを下回った後は、再度排
他不一致(dirty exclusive)のエント
リ数が設定値Aを超えるまで、固定優先度方式のキャッ
シュリプレースを行う。Exclusion mismatch of the cache (dirty e)
xclive), and while the count value is smaller than the value of the setting register A, for example, a cache replacement of a fixed priority method is performed, and the number of entries of the exclusion mismatch (dirty exclusive) increases, and the number of entries of the setting register A is increased. After exceeding the value, exclusive mismatch (d
LRU until the number of entries in (irractive exclusive) becomes smaller than the set value B.
This is performed by a method such as a method, a FIFO method, or replacement by access frequency. Exclusion mismatch (dirty exclusive)
After the number of entries in (ve) falls below the set value B, the cache replacement of the fixed priority method is performed again until the number of entries of exclusion mismatch (dirty exclusive) exceeds the set value A.
【0010】[0010]
【実施例】上記した本発明の実施の形態について更に詳
細に説明すべく、本発明の実施例について図面を参照し
て以下に説明する。図1は、本発明の一実施例のキャッ
シュシステムの構成を示す図である。BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a block diagram showing an embodiment of the present invention; FIG. 1 is a diagram showing a configuration of a cache system according to one embodiment of the present invention.
【0011】図1を参照すると、本発明の一実施例にお
いて、タグメモリ1は、4ウェイ・セットアソシアディ
ブ方式でライトバック(コピーバック)方式を採用して
いる。まず、プロセッサからのアクセスアドレスADD
Rを、アドレスレジスタ2に保持する。このアドレスレ
ジスタ2には、タグアドレス部とセットアドレス部とが
含まれている。タグアドレス部は、コンパレータ3によ
ってタグメモリ1からのタグデータと比較され、両者が
一致したときに、キャッシュヒットとなり、データメモ
リから所望のキャッシュデータがプロセッサに転送され
る。Referring to FIG. 1, in one embodiment of the present invention, a tag memory 1 employs a write-back (copy-back) system of a 4-way set associative system. First, the access address ADD from the processor
R is held in the address register 2. The address register 2 includes a tag address section and a set address section. The tag address portion is compared with the tag data from the tag memory 1 by the comparator 3, and when they match, a cache hit occurs, and the desired cache data is transferred from the data memory to the processor.
【0012】一方、タグアドレス部とタグメモリからの
タグデータとが不一致だった場合には、キャッシュミス
となり、外部メモリからそのアドレスのデータを読み出
し、プロセッサにデータを転送する。この時、リプレー
スポインタ4が示すエントリにアドレスを格納し、デー
タメモリにデータを格納する。On the other hand, if the tag address portion does not match the tag data from the tag memory, a cache miss occurs, the data at that address is read from the external memory, and the data is transferred to the processor. At this time, the address is stored in the entry indicated by the replacement pointer 4, and the data is stored in the data memory.
【0013】しかし、リプレースするエントリのステー
トが、排他不一致(dirty exclusive;
ダーティ・イクスクルーシブ)の場合には、外部メモリ
にデータを書き戻すライトバック動作が伴う。However, the state of the entry to be replaced is exclusive exclusive (dirty exclusive;
Dirty exclusive) involves a write-back operation of writing data back to the external memory.
【0014】前述したように、従来のLRU法あるいは
FIFO法では、リプレースポインタのコントロールに
エントリのステートを判別する回路を具備していないた
め、ライトバックする必要のないエントリ(inval
id、shared、clean exclusiv
e)が多数残っていても、dirty exclusi
veのエントリをリプレースしてしまう可能性があるた
め、ライトバック回数が増加し、バストラフィックを悪
化させてしまうという問題点があった。As described above, in the conventional LRU method or FIFO method, since the control of the replacement pointer is not provided with a circuit for judging the state of the entry, the entry (invalid) that does not need to be written back.
id, shared, clean exclusive
e) Even if a large number of e) remain, dirty exclusi
Since the entry of "ve" may be replaced, there has been a problem that the number of write-backs increases and bus traffic deteriorates.
【0015】また、固定優先度方式のキャッシュリプレ
ースでは、リプレースする優先順位が(invalid
>shared、clean exclusive>d
irty exclusive)となっているため、リ
プレースの結果、dirtyexclusiveのエン
トリ数が増加し、最終的には、ほとんどのエントリが、
dirty exclusiveとなってしまう為、4
ウェイ内の異なるアドレスへのリード命令が連続する
と、そのエントリに対して互いにリプレースを行うた
め、毎回キャッシュミスしてしまうという問題があっ
た。In the fixed priority cache replacement, the priority of replacement is (invalid).
> Shared, clean exclusive> d
(irractive exclusive), the replacement results in an increase in the number of dirtyexclusive entries, and eventually, most of the entries are
Because it becomes dirty exclusive, 4
When read instructions to different addresses in a way are successive, the cache memory is missed every time because the entries are replaced with each other.
【0016】本実施例では、リプレースポインタの制御
を行うリプレースコントローラ5は、予め設定された設
定レジスタ(A,B)6と、タグメモリ1内にある排他
不一致(dirty exclusive)のエントリ
数をカウントするキャッシュステートカウンタ7との比
較をコンパレータ8にて行い、キャッシュリプレースの
アルゴリズムを決定する。In the present embodiment, the replacement controller 5 for controlling the replacement pointer counts the number of entries of the preset setting registers (A, B) 6 and the exclusive mismatch (dirty exclusive) in the tag memory 1. The comparison with the cache state counter 7 to be performed is performed by the comparator 8 to determine a cache replacement algorithm.
【0017】設定レジスタ(A,B)6には、それぞれ
異なった値が設定され、排他不一致(dirty ex
clusive)のエントリ数が設定レジスタAあるい
はBの値となった時に、リプレースアルゴリズムを変更
する。Different values are set in the setting registers (A, B) 6, respectively, and an exclusive mismatch (dirty ex.
The replacement algorithm is changed when the number of entries of the “positive” reaches the value of the setting register A or B.
【0018】本発明の一実施例において、変更方法とし
ては、例えば排他不一致(dirty exclusi
ve)のエントリ数が設定レジスタAの値(設定値A)
よりも小さい間は、固定優先度方式のキャッシュリプレ
ースを行い、排他不一致(dirty exclusi
ve)のエントリ数が増加し、設定値Aを超えた後は、
排他不一致(dirty exclusive)のエン
トリ数が設定レジスタBの値(設定値B)よりも小さく
なるまでキャッシュのリプレース方法を、LRU法ある
いはFIFO法で行う。In one embodiment of the present invention, the changing method may be, for example, a divergence mismatch (dirty exclusive).
v) the number of entries is the value of the setting register A (setting value A)
While the value is smaller than the fixed value, cache replacement using the fixed priority method is performed, and exclusion mismatch (dirty exclusive) is performed.
After the number of entries of v) increases and exceeds the set value A,
The cache replacement method is performed by the LRU method or the FIFO method until the number of entries of the exclusive mismatch (dirty exclusive) becomes smaller than the value of the setting register B (setting value B).
【0019】排他不一致(dirty exclusi
ve)のエントリ数が設定値Bを下回った後は、再度、
排他不一致(dirty exclusive)のエン
トリ数が設定値Aを超えるまで、固定優先度方式のキャ
ッシュリプレースを行う。Exclusion mismatch (dirty exclusive)
After the number of entries in (ve) falls below the set value B,
Until the number of entries of "dirty exclusive" does not exceed the set value A, cache replacement using the fixed priority method is performed.
【0020】キャッシュステートカウンタ7は、外部メ
モリから送られてきたデータのステートとリプレース前
のデータのステートにより、カウントアップあるいはカ
ウントダウンを行う。すなわち、リプレース前のデータ
のステートが、排他不一致(dirty exclus
ive)以外のものから排他不一致(dirty ex
clusive)に変更された場合はカウントアップを
行い、排他不一致(dirty exclusive)
から排他不一致(dirty exclusive)以
外に変更された場合はカウントダウンを行う。これ以外
の時は、カウントアップもカウントダウンも行わない。The cache state counter 7 counts up or down according to the state of data sent from the external memory and the state of data before replacement. In other words, the state of the data before replacement is exclusive mismatch (dirty exclusive).
ive), an exclusion mismatch (dirty ex)
If the value is changed to “exclusive”, the count is incremented, and an exclusive mismatch (dirty exclusive) is performed.
Is changed to a value other than "dirty exclusive", the countdown is performed. At other times, neither counting up nor counting down is performed.
【0021】以上により、従来のキャッシュリプレース
方法(LRU法、FIFO法、固定優先度法)よりもラ
イトバック回数が少なく、バストラフィックを改善した
キャッシュシステムの実現が可能となる。As described above, it is possible to realize a cache system in which the number of write-backs is smaller than that of the conventional cache replacement method (LRU method, FIFO method, fixed priority method) and bus traffic is improved.
【0022】[0022]
【発明の効果】以上説明したように本発明のキャッシュ
システムによれば、ライトバックの少ない、バストラフ
ィックを改善させたシステムを実現する、という効果を
奏する。その理由は、本発明においては、キャッシュの
排他不一致(dirty exclusive)のエン
トリ数をカウントすることにより、そのカウント値に応
じてキャッシュリプレースの方式を逐次変更する構成と
したことによる。As described above, according to the cache system of the present invention, there is an effect that a system with less write-back and improved bus traffic is realized. The reason is that, in the present invention, by counting the number of entries of the cache that do not match each other (dirty exclusive), the cache replacement method is sequentially changed according to the count value.
【図1】本発明の一実施例のキャッシュシステムを説明
するためのブロック図である。FIG. 1 is a block diagram illustrating a cache system according to an embodiment of the present invention.
1 タグメモリ 2 アドレスレジスタ 3 コンパレータA 4 リプレースポインタ 5 リプレースコントローラ 6 設定レジスタA,B 7 キャッシュステートカウンタ 8 コンパレータB 1 Tag Memory 2 Address Register 3 Comparator A 4 Replace Pointer 5 Replace Controller 6 Setting Registers A and B 7 Cache State Counter 8 Comparator B
───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 平1−287759(JP,A) 特開 平10−27133(JP,A) 特開 平4−205041(JP,A) 特開 平1−102662(JP,A) 特開 昭63−16351(JP,A) 特開 平7−182241(JP,A) 特開 平5−303528(JP,A) 特開 平5−274779(JP,A) 特開 平5−216765(JP,A) (58)調査した分野(Int.Cl.7,DB名) G06F 12/12 ────────────────────────────────────────────────── ─── Continuation of the front page (56) References JP-A-1-287759 (JP, A) JP-A-10-27133 (JP, A) JP-A-4-205041 (JP, A) JP-A-1- 102662 (JP, A) JP-A-63-16351 (JP, A) JP-A-7-182241 (JP, A) JP-A-5-303528 (JP, A) JP-A-5-274779 (JP, A) JP-A-5-216765 (JP, A) (58) Fields investigated (Int. Cl. 7 , DB name) G06F 12/12
Claims (4)
クのリプレース候補を決定するリプレース回路を備えた
マルチウェイセットアソシアティブ方式のキャッシュシ
ステムにおいて、 前記リプレース回路が、キャッシュメモリに登録された
排他不一致(dirty exclusive)の数を
カウントするカウンタと、 リプレース方式の範囲を設定するレジスタと、 前記カウンタのカウント値と前記レジスタの値とを比較
する比較手段と、 を備え、 前記比較手段での比較結果に基づきリプレース制御を変
更する、ことを特徴とするキャッシュシステム。1. A multi-way set associative cache system including a plurality of entries and including a replacement circuit for determining a replacement candidate for a cache block, wherein the replacement circuit includes an exclusive mismatch (dirty exclusive) registered in a cache memory. ), A register for setting the range of the replacement method, and comparison means for comparing the count value of the counter with the value of the register, wherein the replacement is performed based on the comparison result of the comparison means. A cache system for changing control.
きたデータのステートとリプレース前のデータのステー
トによりカウントアップあるいはカウントダウンを行
い、リプレース前のデータのステートが、排他不一致
(dirty exclusive)以外のものから排
他不一致(dirty exclusive)に変更さ
れた場合にはカウントアップを行い、排他不一致(di
rty exclusive)から排他不一致(dir
ty exclusive)以外に変更された場合には
カウントダウンを行い、これ以外の時は、もとのカウン
ト値を保持する、ことを特徴とする請求項1記載のキャ
ッシュシステム。2. The counter counts up or down according to the state of data sent from an external memory and the state of data before replacement, and the state of data before replacement is other than the exclusive mismatch (dirty exclusive). In the case where the data is changed from the one to the exclusive non-match (dirty exclusive), the count is performed, and the exclusive mismatch (di) is performed.
rty exclusive) to exclusion mismatch (dir)
2. The cache system according to claim 1, wherein a countdown is performed when the count value is changed to a value other than (type exclusive), and otherwise, the original count value is retained.
クのリプレース候補を決定するリプレース回路を備えた
マルチウェイセットアソシアティブ方式のキャッシュシ
ステムにおいて、 前記リプレース回路が、キャッシュメモリのステートを
チェックし排他不一致(dirty exclusiv
e)のエントリ数をカウントするカウンタ手段と、 予め設定されたリプレース方式の範囲を記憶保持する記
憶部と、 前記カウンタ手段のカウント値と前記記憶部の値とを比
較する比較手段と、 を備え、 前記比較手段での比較結果に基づき、キャッシュのリプ
レース(置換え)を、固定優先度方式、LRU方式、F
IFO方式、アクセス頻度方式の間で変更する、ことを
特徴とするキャッシュシステム。3. A multi-way set associative cache system including a plurality of entries and having a replacement circuit for determining a replacement candidate for a cache block, wherein the replacement circuit checks a state of the cache memory and determines an exclusive mismatch (dirty). exclusive
e) a counter for counting the number of entries, a storage unit for storing and holding a preset range of the replacement method, and a comparison unit for comparing the count value of the counter unit with the value of the storage unit. Based on the comparison result by the comparing means, the replacement (replacement) of the cache is performed by the fixed priority method, the LRU method, and the FRU method.
A cache system for changing between an IFO system and an access frequency system.
持し、 前記カウンタ手段のカウント値が前記第1設定値よりも
小の時は固定優先度方式のキャッシュのリプレースを行
い、 前記カウンタ手段のカウント値が前記第1設定値を超え
た後は、前記カウント値が前記第2設定値よりも小さく
なるまでLRU方式、FIFO方式、アクセス頻度方式
のいずれかでリプレースを行い、 前記カウンタ手段のカウント値が前記第2設定値を下回
った場合、前記第1設定値を超えるまで再び固定優先度
方式のキャッシュのリプレースを行う、ことを特徴とす
る請求項3記載のキャッシュシステム。4. The storage unit holds a first set value and a second set value, and when the count value of the counter means is smaller than the first set value, the cache of the fixed priority type is replaced. After the count value of the counter means exceeds the first set value, replacement is performed by any of the LRU method, the FIFO method, and the access frequency method until the count value becomes smaller than the second set value, 4. The cache system according to claim 3, wherein when the count value of said counter means falls below said second set value, the fixed priority cache is replaced again until the count value exceeds said first set value.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP20994797A JP3180724B2 (en) | 1997-07-18 | 1997-07-18 | Cash system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP20994797A JP3180724B2 (en) | 1997-07-18 | 1997-07-18 | Cash system |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH1139218A JPH1139218A (en) | 1999-02-12 |
JP3180724B2 true JP3180724B2 (en) | 2001-06-25 |
Family
ID=16581310
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP20994797A Expired - Fee Related JP3180724B2 (en) | 1997-07-18 | 1997-07-18 | Cash system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP3180724B2 (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8990506B2 (en) | 2009-12-16 | 2015-03-24 | Intel Corporation | Replacing cache lines in a cache memory based at least in part on cache coherency state information |
JP5494834B2 (en) * | 2011-01-12 | 2014-05-21 | 富士通株式会社 | Cache memory device, cache memory control device, information processing device, cache memory control method, and cache memory device threshold determination program |
-
1997
- 1997-07-18 JP JP20994797A patent/JP3180724B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JPH1139218A (en) | 1999-02-12 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4486750B2 (en) | Shared cache structure for temporary and non-temporary instructions | |
US5537573A (en) | Cache system and method for prefetching of data | |
US5727150A (en) | Apparatus and method for page migration in a non-uniform memory access (NUMA) system | |
US6868472B1 (en) | Method of Controlling and addressing a cache memory which acts as a random address memory to increase an access speed to a main memory | |
US8806137B2 (en) | Cache replacement using active cache line counters | |
JP2735781B2 (en) | Cache memory control system and method | |
JPH0512116A (en) | Cache memory controller | |
EP1654660A1 (en) | A method of data caching | |
JPH05324471A (en) | Cache controller | |
JP2002278834A (en) | Cache memory device and data processor provided with the same | |
US6931495B2 (en) | Processor and method of arithmetic processing thereof | |
JP3438650B2 (en) | Cache memory | |
US6751700B2 (en) | Date processor and storage system including a set associative cache with memory aliasing | |
US6347363B1 (en) | Merged vertical cache controller mechanism with combined cache controller and snoop queries for in-line caches | |
EP0481233A2 (en) | Multiple level caches | |
JP3180724B2 (en) | Cash system | |
US6397298B1 (en) | Cache memory having a programmable cache replacement scheme | |
CA2287716C (en) | Method of controlling cache memory in multiprocessor system and the multiprocessor system | |
JP3013781B2 (en) | Cash system | |
US8423719B2 (en) | Apparatus, processor and method of controlling cache memory | |
JPH06103169A (en) | Read data prefetching mechanism for central arithmetic processor | |
JP3331592B2 (en) | Cache memory | |
JPH0659977A (en) | Cache memory capable of executing indicative line substituting operation and its control method | |
JP3503480B2 (en) | Cache memory control method and device | |
EP0394642A2 (en) | Data prefetching in caches |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20010321 |
|
LAPS | Cancellation because of no payment of annual fees |