JPH0362143A - Cache-write-back control system - Google Patents

Cache-write-back control system

Info

Publication number
JPH0362143A
JPH0362143A JP1196738A JP19673889A JPH0362143A JP H0362143 A JPH0362143 A JP H0362143A JP 1196738 A JP1196738 A JP 1196738A JP 19673889 A JP19673889 A JP 19673889A JP H0362143 A JPH0362143 A JP H0362143A
Authority
JP
Japan
Prior art keywords
data
cache memory
cache
write
memory
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.)
Pending
Application number
JP1196738A
Other languages
Japanese (ja)
Inventor
Hironori Inada
稲田 博記
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toshiba Corp
Original Assignee
Toshiba Corp
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Toshiba Corp filed Critical Toshiba Corp
Priority to JP1196738A priority Critical patent/JPH0362143A/en
Publication of JPH0362143A publication Critical patent/JPH0362143A/en
Pending legal-status Critical Current

Links

Landscapes

  • Memory System Of A Hierarchy Structure (AREA)

Abstract

PURPOSE:To execute cache-write-back at high speed by detecting and selecting simply data whose contents are different from that of the data in the corresponding area of a storage device from among the data in an objective block to be cache-written-back, and executing cache-write-back. CONSTITUTION:When the data of the same address of a cache memory 12 and a subcache memory 13 do not coincide with each other, read-out data from the memory 12 was re-written previously, and therefore, this data is different from the data of the corresponding address of main storage 11. Accordingly, control logic 15 executes operation to write the read-out data from the memory 12 to the main storage 11, and after that, it proceeds to the processing of the next address. Then, when the logic 15 executes this control operation for the objective block to be cache-written-back in the memory 12 and the block in the subcache memory 13, the data of the block in the main storage 11 corresponding to the address having turned into cache mishit is read out. Accordingly, the data whose contents are different from that of the data in the corresponding area of the storage device can be simply detected and selected.

Description

【発明の詳細な説明】 [発明の目的] (産業上の利用分野) この発明は、記憶装置の一部の内容の写しが置かれるキ
ャッシュメモリを備え、キャッシュライトハック方式を
適用するシステムに係り、特にキャッシュライトバック
動作を効率的に行うためのキャッシュライトバック制御
方式に関する。
[Detailed Description of the Invention] [Object of the Invention] (Industrial Application Field) The present invention relates to a system that includes a cache memory in which a copy of the contents of a part of a storage device is placed and that applies a cache write hack method. In particular, the present invention relates to a cache write-back control method for efficiently performing cache write-back operations.

(従来の技術) 近年の計算機システムでは、一般に主記憶の一部の内容
の写しが置かれるキャッシュメモリを備えており、同メ
モリに目的データが存在する場合(キャツシュヒツト時
)には同メモリから目的データを得ることで、上記憶1
.二対する実際のアクセスを不要として主記憶アクセス
(メモリアクセス)の高速化を図っている。同様に、デ
ィスク装置の一部の内容の写しが置かれるキャッシュメ
モリをディスクコントローラに設け、デスクアクセスの
高速化を図ることも知られている。このディスクコント
ローラに設けられるキャッシュメモリは、一般にディス
クキャッシュと呼ばれている。
(Prior art) Computer systems in recent years are generally equipped with a cache memory in which a copy of the contents of a part of the main memory is stored. By obtaining data, upper memory 1
.. The main memory access (memory access) is made faster by eliminating the need for actual access to the second memory. Similarly, it is also known to provide a disk controller with a cache memory in which a copy of the contents of a portion of the disk device is placed, in order to speed up disk access. The cache memory provided in this disk controller is generally called a disk cache.

さて、上記したように主記憶またはディスク装置などの
記憶装置の一部の内容の写しが置かれるキャッシュメモ
リを備えたシステムでは、処理速度の一層の高速化のた
めに、記憶装置に対するCPU等からのライトアクセス
要求時にはキャッシュメモリだけを対象に書込みを行い
、記憶装置への書込みはキャッシュメモリの記憶データ
を用いて別のタイミングで(対応するキャッシュメモリ
のブロックが追出されるキャッシュミスヒツト時に、或
は定期的に)ブロック単位で行うキャッシュライトバッ
ク方式が一般に適用される。例えば、キャッシュミスヒ
ツト時にキャッシュライトバック動作を行う方式では、
キャッシュミスヒツトが発生すると、キャッシュメモリ
の追出し対象ブロック(キャッシュブロック)の内容を
全てキャッシュメモリから記憶装置に書き戻す動作が行
われ、しかる後に、キャッシュミスヒツトとなったアド
レスに対応する記憶装置内のブロックデータが上記追出
し対象ブロックに読出されて格納されることになる。
Now, as mentioned above, in a system equipped with a cache memory in which a copy of the contents of a part of the main memory or a storage device such as a disk device is stored, in order to further increase the processing speed, the CPU, etc. When a write access request is made, writing is performed only to the cache memory, and writing to the storage device is performed at different timings using data stored in the cache memory (at the time of a cache miss when the corresponding cache memory block is evicted, or A cache write-back method is generally applied, which is performed block by block (regularly). For example, in a method that performs cache write-back operation when there is a cache miss,
When a cache miss occurs, all the contents of the block to be evicted from the cache memory (cache block) are written back from the cache memory to the storage device. The block data will be read and stored in the eviction target block.

一方、定期的にキャッシュライトバック動作を行う方式
では、キャッシュメモリをブロック毎に管理するキャッ
シュディレクトリの各エントリに、対応するブロックの
内容の記憶装置への書き戻しが必要か否かを示す書き戻
しフラグが設けられる。この書き戻しフラグは、ライト
アクセス要求に応じてキャッシュメモリ内ブロックにデ
ータが書込まれた際にオンされる。キャッシュディレク
トリの各エントリの書き戻しフラグの状態は定期的にチ
エツクされ、同フラグがオン状態にあるブロックの内容
が全て記憶装置に書き戻される。
On the other hand, in a method that periodically performs cache write-back operations, each entry in a cache directory that manages cache memory block by block indicates whether or not the contents of the corresponding block need to be written back to the storage device. A flag is set. This write-back flag is turned on when data is written to a block in the cache memory in response to a write access request. The state of the write-back flag of each entry in the cache directory is checked periodically, and all contents of blocks for which the flag is on are written back to the storage device.

この書き戻しが実行されると、対応する書き戻しフラグ
がオフされる。
When this write-back is executed, the corresponding write-back flag is turned off.

(発明が解決しようとする課題) 上記したように、キャッシュライトバック方式を適用す
る従来のシステムでは、キャッシュライトバック対象と
なるキャッシュメモリ内ブロックのデ・−夕は全て記憶
装置に書き戻されるようになっており、この書き戻し動
作(キャッシュライトバック動作)に多大な時間を要し
ていた。ところが、キャッシュライトバックの対象ブロ
ックには、記憶装置の対応鎮域内のデータと同一内容の
データが含まれており、このようなデータまでもキャッ
シュライトバック動作で記憶装置に書き戻すのは無駄で
あった。
(Problems to be Solved by the Invention) As described above, in conventional systems that apply the cache write-back method, all data in blocks in the cache memory that are subject to cache write-back are written back to the storage device. This write-back operation (cache write-back operation) takes a lot of time. However, the target block for cache writeback contains data that is the same as the data in the corresponding area of the storage device, and it would be wasteful to write even such data back to the storage device using cache writeback operations. there were.

この発明は上記事情に鑑みてなされたものでその目的は
、キャッシュライトバックの対象ブロック内のデータの
うち、記憶装置の対応領域内のデータと異なる内容のデ
ータだけを選択的にキャッシュライトバックすることが
でき、もってキャッシュライトバック動作の高速化が図
れるキャッシュライトバック制御方式を提供することに
ある。
This invention was made in view of the above circumstances, and its purpose is to selectively cache write back only data that is different from the data in the corresponding area of the storage device, out of the data in the target block of cache write back. An object of the present invention is to provide a cache write-back control method that can speed up cache write-back operations.

[発明の構成] (課題を解決するための手段) この発明は、記憶装置の一部の内容の写しが置かれるキ
ャッシュメモリを備え、キャッシュライトバック方式を
適用するシステムに、上記キャッシュメモリと同数のブ
ロック領域を有し、上記記憶装置からキャッシュメモリ
のブロック領域にデータが読込まれた際に同データを対
応するブロック領域に保存するためのサブキャッシュメ
モリと、キャッシュライトバック動作時に、キャッシュ
ライトバック対象となるキャッシュメモリ内ブロック領
域および同領域に対応するサブキャッシュメモリ内ブロ
ック領域に対する所定長のデータlj位の読出し制御を
行うと共に、キャッシュメモリ西ブロック領域から読出
したデータの記憶装置への書込み制御を行う制御手段と
、この制御手段の読出し制御によってキャッシュメモリ
およびサブキャッシュメモリから読出された両データを
比較して一致の有無を検出するする比較手段とを設け、
この比較手段によってデータ一致自゛りが検出された場
合には、対応するキャッシュメモリからの読出しデータ
を記憶装置に書込む動作が制御手段によって省略される
ようにしたことを特徴とするものである。
[Structure of the Invention] (Means for Solving the Problems) The present invention provides a system that is equipped with a cache memory in which a copy of a part of the contents of a storage device is placed, and that applies a cache write-back method. A sub-cache memory has a block area of Controls the reading of data lj of a predetermined length from the target block area in the cache memory and the block area in the sub-cache memory corresponding to the same area, and controls the writing of data read from the west block area of the cache memory to the storage device. and a comparison means for comparing both data read from the cache memory and the sub-cache memory under the read control of the control means to detect whether or not there is a match,
The present invention is characterized in that when data matching is detected by the comparison means, the control means omits the operation of writing the corresponding read data from the cache memory to the storage device. .

(作用) 上記の構成によれば、記憶装置からキャッシュメモリの
ブロック領域にデータが読出されると、そのデータがそ
のままサブキャッシュメモリの対応ブロック領域に保存
される。CPU等からのライトアクセス要求時には、対
応するライトデータがキャッシュメモリに書込まれる。
(Operation) According to the above configuration, when data is read from the storage device to the block area of the cache memory, the data is stored as is in the corresponding block area of the sub-cache memory. When a write access request is made from a CPU or the like, corresponding write data is written to the cache memory.

この際、上記ライトデータをサブキャッシュメモリの対
応する領域に書込む動作は行われない。また、キャッシ
ュバッファ方式を適用していることから、上記ライトデ
ータを記憶装置の対応する領域に書込む動作も行われな
い。さて、キャッシュメモリのデータを記憶装置に書込
むキャッシュライトバック動作時には、制御手段の制御
によって、キャッシュライトバック対象となるキャッシ
ュメモリ内ブロック領域は勿論、同領域に対応するサブ
キャッシュメモリ内ブロック領域から所定長のデータ単
位で読出しが行われる。このキャッシュメモリおよびサ
ブキャッシュメモリから読出された両データは比較手段
によって比較され、一致の有無が検出される。もし、キ
ャッシュメモリからの読出しデータがライトアクセス要
求時に書替えられたものであれば比較手段によって不一
致が検出され、書替えられたものでなければ一致が検出
される。この比較手段の比較結果(一致の有無の検出結
果)は制御手段に通知される。制御手段は、キャッシュ
ライトハック動作時に、比較手段によって一致Hりが検
出された場合には、その際のキャッシュメモリからの読
出しデータは記憶装置の対応領域のデータと同一内容で
あるものとして、上記読出しデータを記憶装置の対応領
域に書込む動作を省略し、比較手段にって一致無しが検
出された場合だけ、その際のキャッシュメモリからの読
出しデータを記憶装置の対応領域に書込む。以上の結果
、キャッシュライトバック対象となるキャッシュメモリ
内ブロック領域のデータのうち、ライトアクセス要求時
に書替えられて記憶装置の対応データと異なる内容とな
ったデータだけが選択的に記憶装置に書き戻され、ブロ
ック領域の全てのデータを無条件で記憶装置に書き戻し
ていた従来方式に比べ、キャッシュライトバック動作の
高速化が可能となる。
At this time, the operation of writing the write data to the corresponding area of the sub-cache memory is not performed. Furthermore, since the cache buffer method is applied, the operation of writing the write data to the corresponding area of the storage device is not performed. Now, during a cache write-back operation in which data in the cache memory is written to the storage device, under the control of the control means, not only the block area in the cache memory that is the object of cache write-back but also the block area in the sub-cache memory corresponding to the same area are Reading is performed in data units of a predetermined length. Both data read from the cache memory and the sub-cache memory are compared by a comparing means to detect whether or not they match. If the data read from the cache memory has been rewritten at the time of a write access request, the comparison means will detect a mismatch, and if the data has not been rewritten, a match will be detected. The comparison result of this comparison means (detection result of presence or absence of a match) is notified to the control means. When the comparison means detects a match H during the cache write hack operation, the control means assumes that the data read from the cache memory at that time is the same as the data in the corresponding area of the storage device, and performs the above-mentioned process. The operation of writing the read data to the corresponding area of the storage device is omitted, and the read data from the cache memory at that time is written to the corresponding area of the storage device only when a comparison means detects no match. As a result of the above, among the data in the block area in the cache memory that is subject to cache writeback, only the data that has been rewritten at the time of a write access request and whose content differs from the corresponding data in the storage device is selectively written back to the storage device. Compared to the conventional method in which all data in a block area is unconditionally written back to the storage device, cache write-back operations can be performed faster.

(実施例) 第1図はこの発明を適用する計算機システムの一実施例
を示すブロック構成図である。同図において、11は各
種プログラムデータ、一般データ等が格納される記憶装
置、例えば主記憶、12は主記憶11の一部の写しがブ
ロックtit位で置かれるキャッシュメモリ、13はキ
ャッシュメモリ12と同数のブロック(ブロック領域)
を有するサブキャッシュメモリである。このサブキャッ
シュメモリ18は、主記憶11のデータ(ブロックデー
タ)がキャッシュメモリ121Nブロツクに読出された
際に、そのブロックデータを同サブキャッシュメモリ1
3の対応ブロックにそのまま保存するのに用いられる。
(Embodiment) FIG. 1 is a block diagram showing an embodiment of a computer system to which the present invention is applied. In the figure, 11 is a storage device in which various program data, general data, etc. are stored, such as main memory, 12 is a cache memory in which a copy of a part of the main memory 11 is placed at the block tit position, and 13 is a cache memory 12. Same number of blocks (block area)
It is a sub-cache memory with When data (block data) in the main memory 11 is read to the cache memory 121N block, the sub cache memory 18 transfers the block data to the same sub cache memory 121N block.
It is used to save as is in the corresponding block of 3.

14はシステムの中心を成し、キャッシュメモリ12を
介して主記憶11をアクセスするCPU、15はキャッ
シュライトバック動作時に、キャッシュライトバック対
象となるキャッシュメモリ12内ブロツクおよび同ブロ
ックに対応するサブキャッシュメモリ13内ブロツクに
対する所定長のデータ単位の読出し制御を行うと共に、
キャッシュメモリ12内ブロツクから読出されたデータ
の上記tallへの書込み制御を後述する比較器17の
比較結果に応じて行うコントロールロジック、1Bはコ
ントロールロジック15による上記tallの制御に供
されるメモリコントロール線である。17はキャッシュ
ライトバック動作時に(コントロールロジック15の制
御によって)キャッシュメモリ12およびサプキャッシ
ュメモリ13から読出されるデータを比較して、その一
致の有無を検出するための比較器、18は比較器17の
比較結果(一致有無の検出結果)をコントロールロジッ
ク15に通知するための信号線である。なお第1図にお
いては、キャッシュメモリ12のディレクトリ情報を管
理するディレクトリメモリ等は本発明に直接関係しない
ため省略されている。
14 constitutes the center of the system and accesses the main memory 11 via the cache memory 12; 15 indicates a block in the cache memory 12 that is subject to cache write back during cache write back operation and a sub cache corresponding to the block; In addition to controlling the reading of data units of a predetermined length from blocks in the memory 13,
A control logic controls writing of data read from a block in the cache memory 12 to the above-mentioned tall according to a comparison result of a comparator 17, which will be described later. 1B is a memory control line used for control of the above-mentioned tall by the control logic 15. It is. 17 is a comparator for comparing data read from the cache memory 12 and sub-cache memory 13 during cache write-back operation (under control of the control logic 15) and detecting whether or not they match; 18 is a comparator 17; This is a signal line for notifying the control logic 15 of the comparison result (detection result of the presence or absence of a match). Note that in FIG. 1, the directory memory for managing directory information in the cache memory 12 and the like are omitted because they are not directly related to the present invention.

次に、この発明の一実施例の動作を説明する。Next, the operation of one embodiment of the present invention will be explained.

まずコントロールロジック15は、主記憶IIのブロッ
クデータをキャッシュメモリ12の対応ブロックに読出
して書込む際には、同ブロックデータをサブキャッシュ
メモリ13の対応ブロックにも書込む。CPU14は、
王妃tallに対するアクセス要求時において、アクセ
ス先アドレスに対応するブロックデータがキャッシュメ
モリ12に存在するキャツシュヒツトの場合には、キャ
ッシュメモリ12だけを高速アクセスして動作する。し
たがって、ライトアクセス要求時にキャツシュヒツトと
なった場合には、キャッシュメモリ12の対応ブロック
内に対してのみライトデータの書込みが行われる。
First, when the control logic 15 reads and writes block data in the main memory II to a corresponding block in the cache memory 12, it also writes the same block data to the corresponding block in the sub-cache memory 13. The CPU 14 is
When an access request is made to the queen tall, if block data corresponding to the access destination address exists in the cache memory 12, only the cache memory 12 is accessed at high speed. Therefore, when a cache hit occurs at the time of a write access request, write data is written only into the corresponding block of the cache memory 12.

この際、主記憶11に対する書込みは行われないため、
主記憶11およびキャッシュメモリ12それぞれの対応
ブロックの内容に不一致部分が生じる。そこで、キャッ
シュメモリ12の対応ブロックのデータを、別途主記憶
11に書き戻すキャッシュライトバック動作が必要とな
る。この動作は、CPU14からのアクセス要求時にキ
ャッシュミスヒツトが発坐し、キャッシュメモリ12内
の成るブロックの追出しが行われる際に次のように行わ
れる。
At this time, since writing to the main memory 11 is not performed,
A mismatch occurs in the contents of corresponding blocks in the main memory 11 and cache memory 12, respectively. Therefore, a cache write-back operation is required to separately write back the data of the corresponding block in the cache memory 12 to the main memory 11. This operation is performed as follows when a cache miss occurs at the time of an access request from the CPU 14 and a block consisting of the cache memory 12 is evicted.

キャッシュミスヒツトが発生し、キャッシュメモリ12
内の追出し対象ブロック、即ちキャッシュライトバック
対象ブロックが決定されると、コントロールロジック1
5はこのキャッシュライトバック対象ブロックのアドレ
スを順に発生し、キャッシュメモリ12からの所定長単
位のデータ読出しを開始する。このアドレスはサブキャ
ッシュメモリ13にも同時に与えられる。しかしてコン
トロールロジック15は、キャッシュメモリ12と同一
のサブキャッシュメモリ13のアドレスからの読出しを
、キャッシュメモリ12からの読出しと同時並行的に実
行する。キャッシュメモリ12およびサブキャッシュメ
モリ13の同一アドレスから同時に読出されたデータは
比較器17に供給される。比較器17はこの両データを
比較し、両データが一致しているか否かを判別する。
A cache miss occurs and the cache memory 12
When a block to be evicted in the block, that is, a block to be cached write-back is determined, the control logic 1
5 sequentially generates the addresses of the cache write-back target blocks and starts reading data in units of a predetermined length from the cache memory 12. This address is also given to the sub cache memory 13 at the same time. Thus, the control logic 15 executes reading from the same address of the sub-cache memory 13 as the cache memory 12 simultaneously with reading from the cache memory 12. Data read simultaneously from the same address in cache memory 12 and sub-cache memory 13 is supplied to comparator 17. Comparator 17 compares both data and determines whether or not both data match.

比較器17の比較結果は信号線18を介してコントロー
ルロジック15に供給される。コントロールロジック1
5は、信号線1Bの状態により(比較器17で一致有り
が判別されたか否か、即ちキャッシュメモリ12からの
読出しデータがライトアクセス要求時に書替えられたも
のであるか否かを判別し、その判別結果により)王妃t
allに対する書込みをメモリコントロール線16を介
して制御する。即ちコントロールロジック15は、キャ
ッシュメモリ12およびサブキャッシュメモリ13の同
一アドレスのデータが一致している場合には、キャッシ
ュメモリ12からの読出しデータは書替えられておらず
、したがって同データと主記憶11の対応アドレスのデ
ータとは同一内容であることから、キャッシュメモリ1
2からの読出しデータを主記憶11に書込む動作を省略
し、次のアドレスの処理に進む。これに対して、キャッ
シュメモリ12およびサブキャッシュメモリ13のl、
jJ−アドレスのデータが一致していない場合には、キ
ャッシュメモリ12からの読出しデータは書替えられて
おり、したがって同データと主記憶11のχ(応アドレ
スのデータとは異なっていることから、コントロールロ
ジックI5はキャッシュメモリ12からの読出しデータ
を主記憶11に書込む動作を実行し、しかる後に次のア
ドレスの処理に進む。
The comparison result of comparator 17 is supplied to control logic 15 via signal line 18. control logic 1
5, it is determined based on the state of the signal line 1B (whether or not the comparator 17 has determined that there is a match, that is, whether or not the data read from the cache memory 12 has been rewritten at the time of the write access request; Depending on the determination result) Queen T
Writing to all is controlled via the memory control line 16. That is, the control logic 15 determines that if the data at the same address in the cache memory 12 and the sub-cache memory 13 match, the data read from the cache memory 12 has not been rewritten, and therefore the same data and the data in the main memory 11 are the same. Since the data at the corresponding address has the same content, cache memory 1
The operation of writing the data read from No. 2 into the main memory 11 is omitted and the process proceeds to the next address. On the other hand, l of the cache memory 12 and sub-cache memory 13,
If the data at the jJ-address does not match, the data read from the cache memory 12 has been rewritten, and therefore the same data and the data at the main memory 11 The logic I5 executes an operation of writing read data from the cache memory 12 into the main memory 11, and then proceeds to process the next address.

コントロールロジック15は以上の制御動作を、キャッ
シュメモリ12内のキャッシュライトバック対象ブロッ
クおよび同ブロックに対応するサブキャッシュメモリ1
3内ブロツクの全アドレスについて実行すると、即ち一
連のキャッシュライトバック動作を終了すると、キャッ
シュミスヒツトとなったアドレスに対応する主記憶11
内ブロツクのデータを読出し、それまで読出し対象とな
っていたキャッシュメモリ12およびサブキャッシュメ
モリl3内ブロツクに書込む。この際、ライトアクセス
要求時のキャッシュミスヒツトであれば、キャッシュメ
モリ12の対応ブロックの一部データがライトデータに
書替えられる。
The control logic 15 performs the above control operations on the cache write-back target block in the cache memory 12 and the sub-cache memory 1 corresponding to the same block.
When executed for all addresses in block 3, that is, when a series of cache write-back operations are completed, the main memory 11 corresponding to the address that caused the cache miss is
The data in the inner block is read and written to the inner block of the cache memory 12 and sub-cache memory 13, which have been read targets up to that point. At this time, if there is a cache miss at the time of a write access request, part of the data in the corresponding block of the cache memory 12 is rewritten to write data.

なお、前記実施例では、キャッシュミスヒツト時にキャ
ッシュライトバック動作が行われる場合について説明し
たが、本発明は、従来例で述べたようにキャッシュメモ
リの各ブロックに対応して書き戻しフラグを用意し、同
フラグの状態を定期的にチエツクしてそのチエツク結果
に応じてキャッシュライトバック動作を行うシステムに
も応用可能である。また、本発明はディスクキャッシュ
システムにおけるキャッシュライトバック動作にも応用
可能である。
In the above embodiment, a case was explained in which a cache write-back operation is performed at the time of a cache miss. However, in the present invention, as described in the conventional example, a write-back flag is prepared corresponding to each block of the cache memory. The present invention can also be applied to a system that periodically checks the state of the flag and performs a cache write-back operation according to the check result. The present invention is also applicable to cache write-back operations in disk cache systems.

[発明の効果] 以上詳述したようにこの発明によれば、キャッシュライ
トバックの対象ブロック内のデータのうち、記憶装置の
対応領域内のデータと異なる内容のデータを簡単に検出
して同データだけを選択的にキャッシュライトバックす
ることができるので、キャッシュライトバックの対象ブ
ロックのデータを全てキャッシュライトバックしていた
従来方式に比べてキャッシュライトバック動作を著しく
高速化することができる。
[Effects of the Invention] As detailed above, according to the present invention, among the data in the target block of cache writeback, data with different contents from the data in the corresponding area of the storage device can be easily detected and the same data can be easily detected. Since it is possible to selectively write back only the data in the cache, it is possible to significantly speed up the cache write back operation compared to the conventional method in which all the data in the target block of the cache write back is written back in the cache.

【図面の簡単な説明】[Brief explanation of drawings]

第1図はこの発明を適用する計算機システムの一実施例
を示すブロック構成図である。 11・・・主記憶(記憶装置)、12・・・キャッシュ
メモリ、13・・・サブキャッシュメモリ、14・・・
CPU、15・・・コントロールロジック(制御手段)
、17・・・比較器。
FIG. 1 is a block diagram showing an embodiment of a computer system to which the present invention is applied. 11... Main memory (storage device), 12... Cache memory, 13... Sub cache memory, 14...
CPU, 15...control logic (control means)
, 17... Comparator.

Claims (1)

【特許請求の範囲】 記憶装置の一部の内容の写しが置かれるキャッシュメモ
リを備え、キャッシュライトバック方式を適用するシス
テムにおいて、 上記キャッシュメモリと同数のブロック領域を有し、上
記記憶装置から上記キャッシュメモリのブロック領域に
データが読込まれた際に同データを対応するブロック領
域に保存するためのサブキャッシュメモリと、 キャッシュライトバック動作時に、キャッシュライトバ
ック対象となる上記キャッシュメモリ内ブロック領域お
よび同領域に対応する上記サブキャッシュメモリ内ブロ
ック領域に対する所定長のデータ単位の読出し制御を行
うと共に、上記キャッシュメモリ内ブロック領域から読
出したデータの上記記憶装置への書込み制御を行う制御
手段と、 この制御手段の読出し制御によって上記キャッシュメモ
リおよび上記サブキャッシュメモリから読出された両デ
ータを比較して一致の有無を検出し、この検出結果に応
じて上記制御手段に上記記憶装置へのデータ書込みが必
要か否かを通知する比較手段と、 を具備し、上記キャッシュメモリおよび上記サブキャッ
シュメモリから読出された両データが一致していること
が上記比較手段によって検出された場合には、対応する
上記キャッシュメモリからの読出しデータを上記記憶装
置に書込む動作が上記制御手段の制御によって省略され
るようにしたことを特徴とするキャッシュライトバック
制御方式。
[Scope of Claims] A system that includes a cache memory in which a copy of the contents of a part of the storage device is placed and applies a cache write-back method, which has the same number of block areas as the cache memory, and has the same number of block areas as the cache memory; A sub-cache memory for storing data in the corresponding block area when data is read into a block area of the cache memory, and a sub-cache memory for storing the data in the corresponding block area when the data is read into a block area of the cache memory, and a sub-cache memory for storing the data in the corresponding block area in the cache memory and the same block area in the cache memory that is subject to cache write-back during cache write-back operation. a control means for controlling the reading of data units of a predetermined length from the block area in the sub-cache memory corresponding to the area, and controlling the writing of data read from the block area in the cache memory to the storage device; Comparing the data read from the cache memory and the sub-cache memory by the read control of the means to detect whether or not there is a match, and depending on the detection result, whether or not it is necessary for the control means to write the data to the storage device. a comparison means for notifying whether the data read from the cache memory and the sub-cache memory match, and when the comparison means detects that both data read from the cache memory and the sub-cache memory match, 1. A cache write-back control system, characterized in that an operation of writing data read from the storage device into the storage device is omitted under the control of the control means.
JP1196738A 1989-07-31 1989-07-31 Cache-write-back control system Pending JPH0362143A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1196738A JPH0362143A (en) 1989-07-31 1989-07-31 Cache-write-back control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1196738A JPH0362143A (en) 1989-07-31 1989-07-31 Cache-write-back control system

Publications (1)

Publication Number Publication Date
JPH0362143A true JPH0362143A (en) 1991-03-18

Family

ID=16362780

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1196738A Pending JPH0362143A (en) 1989-07-31 1989-07-31 Cache-write-back control system

Country Status (1)

Country Link
JP (1) JPH0362143A (en)

Similar Documents

Publication Publication Date Title
US4858111A (en) Write-back cache system using concurrent address transfers to setup requested address in main memory before dirty miss signal from cache
JPH0668735B2 (en) Cache memory
JPS59165144A (en) Order extractor
JP3236287B2 (en) Multiprocessor system
JPH09237223A (en) Computer system using bus bridge
US5737568A (en) Method and apparatus to control cache memory in multiprocessor system utilizing a shared memory
US20110072216A1 (en) Memory control device and memory control method
JPH0362143A (en) Cache-write-back control system
US7519778B2 (en) System and method for cache coherence
JPH0784879A (en) Cache memory device
JP3081635B2 (en) Cache memory invalidation processing apparatus and invalidation control method
JP2703255B2 (en) Cache memory writing device
JPH08137753A (en) Disk cache device
JPH04333929A (en) Cache memory control system
JPH0728701A (en) Computer system
KR0140952B1 (en) A single cache sharing device in a multiprocessor system and data writing / reading method using the device
JPH06282487A (en) Cache device
JPH04264641A (en) Cache memory system
JPH04288647A (en) Substitution controller for cache memory
JPH0337745A (en) Cache memory controller
JPH0322054A (en) Cache circuit
JPH02259945A (en) Storing processing system
JPH02217947A (en) Data processor
JPH08166905A (en) Cache memory control method
JPH113288A (en) Cache memory device and fault control method for cache memory