JPS60245055A - Decision device for write area of main storage device - Google Patents

Decision device for write area of main storage device

Info

Publication number
JPS60245055A
JPS60245055A JP10026484A JP10026484A JPS60245055A JP S60245055 A JPS60245055 A JP S60245055A JP 10026484 A JP10026484 A JP 10026484A JP 10026484 A JP10026484 A JP 10026484A JP S60245055 A JPS60245055 A JP S60245055A
Authority
JP
Japan
Prior art keywords
main memory
register
write
area
blank area
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
JP10026484A
Other languages
Japanese (ja)
Inventor
Akira Yasusato
安里 彰
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP10026484A priority Critical patent/JPS60245055A/en
Publication of JPS60245055A publication Critical patent/JPS60245055A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)

Abstract

PURPOSE:To speed up retrieval for a blank area in the main storage device and write processing by providing a main storage controller with a stack and a CPU with a holding device for the size of an area. CONSTITUTION:When a request to write data in a blank area of the main storage device MM1 is generated nearly, the main storage controller MMC2 writes the head address of the blank area 4 of the MM1 in the stack 6 through a pointer 10. A CPU13 stores a register 15 with the total of the size of the blank area stored in the stack 6 and the size of a blank area whose that address is indicated by the pointer 10. At this time, when a request to write (n) byte data is generated, the CPU3 sends it to a buffer 12 and it is compared with the contents of the register 15. When the comparison result (n) is less than the said contents, writing operation is started immediately and when (n) is larger than the said contents a blank area is reconstituted in the MM1 having unnecessary areas, and the value of the register 15 is varied to a value larger than (n); and the writing of a data quantity (n) is started and (n) is subtracted from the value of the register 15, so that next operation is held in readiness.

Description

【発明の詳細な説明】 (1)発明の技術分野 本発明は情報処理システムの主記憶装置における空白領
域の検索と書込みを高速に行うことのできる書込み領域
判定装置に関する。
DETAILED DESCRIPTION OF THE INVENTION (1) Technical Field of the Invention The present invention relates to a write area determination device that can search and write to a blank area in a main memory of an information processing system at high speed.

(2)従来技術と問題点 情報処理システムの基本構成を示す第1図において、主
記憶装置1と中央処理装置3の間に接続された主記憶制
御装置2が、中央処理装置3の指令に対応し、主記憶装
置1の動作を制御している。
(2) Prior art and problems In FIG. 1, which shows the basic configuration of an information processing system, a main memory controller 2 connected between a main memory 1 and a central processing unit 3 receives instructions from the central processor 3. Correspondingly, the operation of the main storage device 1 is controlled.

従来の主記憶制御装置2には、ポインタ21.22−と
称するレジスタが多数段けられ、主記憶装置1内でデー
タを新規に書込むことのできる領域101゜102−・
−のアドレスを示している。この領域101,102=
・はデータが何も書込まれてない領域のみでなく、既に
書込みのされているデータについて処理が終了し、以後
再使用することが起こらないデータの領域であっても良
い。ポインタ21は領域101の先頭アドレスを示し、
通常は各領域の大きさが等しいため、領域101の末尾
アドレスはポインタ21と関連した値となる。若し、領
域101の次に領域1.02が続くときは領域101の
末尾には、次の領域102の先頭アドレスのセットされ
るポインタが「22」であることを書込んでお(。そし
てポインタ「22」は領域102の先頭アドレスを予め
セントしておく。
The conventional main memory control device 2 has a large number of registers called pointers 21, 22-, and areas 101, 102-, and 102-, where new data can be written in the main memory 1.
- indicates the address. This area 101, 102=
* may be not only an area in which no data has been written, but also an area for data that has already been written and will not be reused. Pointer 21 indicates the start address of area 101,
Since each area is usually equal in size, the end address of area 101 is a value associated with pointer 21. If area 1.02 follows area 101, write at the end of area 101 that the pointer to which the start address of the next area 102 is set is "22" (. Pointer "22" points to the start address of area 102 in advance.

また領域102の末尾には領域103の先頭アドレスが
ポインタ「23」に存在することを書込んでおく。
Further, at the end of the area 102, it is written that the start address of the area 103 exists at the pointer "23".

今、成る量のデータを主記憶装置1に書込むとき空白領
域101から順次使用するため、まずポインタ21の値
を中央処理装置3が読込み、主記憶装置1のアドレスを
指定して所定量のデータを書込む。
When writing this amount of data to the main storage device 1, the central processing unit 3 first reads the value of the pointer 21, specifies the address of the main storage device 1, and uses the blank area 101 sequentially. Write data.

領域101の末尾においてはデータを読出し、ポインタ
22が指示される6ポインタ22により次に使用可能な
領域102の先頭アドレスを得て、書込み動作に移るこ
とを繰り返す。この方法では書込みと共に領域を変える
に従ってポインタを繰り返し読出す必要があり、中央処
理装置3の動作上オーバヘッドとなり、効率低下となっ
た。
At the end of the area 101, data is read out, the start address of the next usable area 102 is obtained by the 6 pointer 22 pointed to by the pointer 22, and the writing operation is repeated. In this method, it is necessary to repeatedly read the pointer as the area changes with writing, resulting in an operational overhead for the central processing unit 3 and a decrease in efficiency.

(3)発明の目的 本発明の目的は前述の欠点を改善し、主記憶装置におけ
る空白領域の存在検索と書込み処理を高速に行うことの
できる書込み領域判定装置を提供することにある。
(3) Object of the Invention An object of the present invention is to provide a write area determination device which can improve the above-mentioned drawbacks and can perform a search for the existence of a blank area in a main storage device and a writing process at high speed.

(4)発明の構成 前述の目的を達成するための本発明の構成は、中央処理
装置と主記憶装置が主記憶制御装置を介して接続され、
主記憶装置内の書込み領域がポインタによって連結され
るように制御される情報処理システムの主記憶装置にお
いて、主記憶制御装置にはスタックを、中央処理装置に
は領域大きさの保持装置を設け、前者には主記憶装置内
の空白領域を主記憶制御装置が検索し該空白領域の一部
または総てのアドレスを保持し、後者には使用可能な空
白領域の大きさを保持することである。
(4) Configuration of the Invention The configuration of the present invention for achieving the above-mentioned object is that a central processing unit and a main storage device are connected via a main storage control device,
In a main memory of an information processing system in which write areas in the main memory are controlled to be linked by pointers, a stack is provided in the main memory control device, an area size holding device is provided in the central processing unit, The former involves the main memory controller searching for a blank area in the main memory and retaining the address of part or all of the blank area, and the latter retaining the size of the usable blank area. .

(5)発明の実施例 第2図は本発明の一実施例の構成を示すブロック図であ
る。■は主記憶装置、2は主記憶制御装置、3は中央処
理装置、4は主記憶装置内の空白ストリング領域(書込
み可能な領域が連続していることをいう)、5は主記憶
制御装置2の制御部、6は書込み領域アドレスのスタッ
ク、7は書込み用レジスタ、8は読出し用レジスタ、9
は主記憶アドレスレジスタ、10はレジスタで空白スト
リング領域4の先頭を示すポインタ用レジスタである。
(5) Embodiment of the Invention FIG. 2 is a block diagram showing the configuration of an embodiment of the invention. ■ is the main memory, 2 is the main memory control unit, 3 is the central processing unit, 4 is the blank string area in the main memory (meaning that the writable area is continuous), 5 is the main memory control unit 2 a control unit, 6 a stack of write area addresses, 7 a write register, 8 a read register, 9
is a main memory address register, and 10 is a register for a pointer indicating the beginning of the blank string area 4.

11は中央処理装置30制御部、12は書込みデータ用
バッファ、13は書込み用レジスタ、14は読出し用レ
ジスタ、15は空白ストリング領域4の大きさを保持す
るレジスタ、16はレジスタ、17は演算ユニット、1
8は第2スタツク、19はステンプカウンタ、20はバ
イト数レジスタを示す。主記憶制御装置2の制御部5と
中央処理装置3の制御部11とを接続する線は信号伝送
線で信号の内容・説明は後述する。
11 is a central processing unit 30 control unit, 12 is a write data buffer, 13 is a write register, 14 is a read register, 15 is a register that holds the size of the blank string area 4, 16 is a register, and 17 is an arithmetic unit. ,1
8 is a second stack, 19 is a stamp counter, and 20 is a byte number register. The line connecting the control unit 5 of the main storage control device 2 and the control unit 11 of the central processing unit 3 is a signal transmission line, and the content and explanation of the signal will be described later.

第2図の動作として、まず既知のアドレスへの書込み動
作を説明する。中央処理装置3は書込み用レジスタ13
にアドレスをセットした後、MSCRQ。
As the operation in FIG. 2, a write operation to a known address will first be explained. The central processing unit 3 has a write register 13
After setting the address to MSCRQ.

ADWの信号を主記憶制御装置2に送出する。The ADW signal is sent to the main memory control device 2.

MSCROは中央処理袋M3が主記憶制御装置2に対す
る処理を開始するとき、当初に必ず送出する信号であり
、ADWはアドレスなどのデータをレジスタにセットし
たことを示す信号である。主記憶制御装置2はレジスタ
13には続いて書込みのためdデータをセットする。こ
のとき中央処理装置3は主記憶制御装置2に対しMSC
RQ、 M S 、 Wの信号を発信する。MSは主記
憶装置1に対する通當の書込み・読出しを示す信号、W
はMS信号に続(書込可信号を意味する。次に主記憶制
御装置2はレジスタ13にセットされたデータを書込み
レジスタ7に転送し、アドレスレジスタ9に示されたア
ドレスにより主記憶装置1へ書込みを行う。
MSCRO is a signal that is always sent at the beginning when the central processing bag M3 starts processing for the main memory control device 2, and ADW is a signal indicating that data such as an address has been set in a register. The main memory controller 2 then sets d data in the register 13 for writing. At this time, the central processing unit 3 sends the MSC to the main memory control unit 2.
Sends RQ, MS, and W signals. MS is a signal indicating current writing/reading to the main memory device 1, W
follows the MS signal (means a write enable signal. Next, the main memory controller 2 transfers the data set in the register 13 to the write register 7, and writes the data to the main memory 1 according to the address indicated in the address register 9. Write to.

書込みが終了すると、主記憶制御装置2はMEND信号
を中央処理装装置3に送出する。次に読出しの場合も同
様にアドレスレジスタ9にアドレスがセットされた後中
央処理装置3は主記憶制御装置2に対し、MSCRQ、
 M S 、Rの信号を発信する。
When the writing is completed, the main memory control device 2 sends a MEND signal to the central processing unit 3. Next, in the case of reading, after the address is set in the address register 9, the central processing unit 3 sends the MSCRQ,
Sends M S and R signals.

ここでRは読出しを意味する信号で、指示されたアドレ
スのデータは読出し用レジスタ8に読出される。次にレ
ジスタ14へ転送され、終了したときMEND信号が中
央処理装装置3へ送出される。
Here, R is a signal meaning read, and the data at the designated address is read to the read register 8. Next, the data is transferred to the register 14, and upon completion, a MEND signal is sent to the central processing unit 3.

次に主記憶装置1の空白領域に新たにデータの書込み要
求が生じた場合の動作について説明する。
Next, an explanation will be given of the operation when a new data write request is made to a blank area of the main storage device 1.

動作開始に先立ち、主記憶制御装置2はその制御部5に
より、主記憶装置1における空白領域4の各々について
その先頭アドレスをポインタ10を介してスタック6に
順次書き込む。このときステツブカウンタ19を使用し
、スタック6のアドレスを順次変更している。空白領域
を例えばアドレスについて小−大に探しスタック6に積
上げ、若し積残しがあるときその空白領域の先頭アドレ
スをポインタ10に指示させる。中央処理装置3はレジ
スタ15に対しスタック6に積上げられた空白領域の大
きさく単位バイト数×領域の数)と、ポインタ10を先
頭アドレスとする空白領域の大きさを合計した値を格納
する。ここでデータnバイトの書込み要求が生じた場合
、中央処理装置3は該データを書込みデータ用バッファ
12に転送し、nの値をレジスタ15の内容と比較する
。比較の結果nがより小であれば直ぐ書込み動作に移る
。若しnの方が大きい場合は主記憶装置lに書込むこと
のできる領域が不足しているため、ガーベージコレクタ
を起動する。ガーベージコレクタとは空白領域の隙間に
使用済みのデータが格納されている等、所謂不要となっ
た領域を持っている主記憶装置1について、ファイル再
編成を行うプログラムをいう。中央処理装置3はこのプ
ログラムを起動し、空白領域を再編成し1.その結果レ
ジスタ15における値が大きな値に変更される。通常は
この段階でnの方が空白領域の値より小となる。そのた
めデータ量nの書込み動作に移るからレジスタ15の値
からnを減算して、次の動作に待機する。従来装置では
、データ量に対し空白領域の大きさとの大小関係が当初
に判断出来ず、書込み動作に入っていた。そのためデー
タ書込みの途中で処理を中断しガーベージコレクション
を行う必要の起こることがあったが、本発明によれば当
初の判断ができる。
Prior to the start of operation, the main memory control device 2 uses its control unit 5 to sequentially write the start address of each of the blank areas 4 in the main memory device 1 into the stack 6 via the pointer 10 . At this time, the step counter 19 is used to sequentially change the addresses of the stack 6. For example, a blank area is searched for from small to large in terms of addresses and stacked on a stack 6, and if there is any remaining space, a pointer 10 is made to point to the start address of the blank area. The central processing unit 3 stores in the register 15 the sum of the size of the blank area stacked on the stack 6 (unit number of bytes x number of areas) and the size of the blank area with the pointer 10 as the top address. If a write request for n bytes of data occurs here, the central processing unit 3 transfers the data to the write data buffer 12 and compares the value of n with the contents of the register 15. If the result of the comparison is that n is smaller, the write operation is started immediately. If n is larger, there is a shortage of writeable area in the main storage device l, so the garbage collector is activated. A garbage collector is a program that reorganizes files in the main storage device 1 that has so-called unnecessary areas, such as used data stored in gaps between blank areas. The central processing unit 3 starts this program, reorganizes the blank area, and performs 1. As a result, the value in register 15 is changed to a larger value. Normally, at this stage, n is smaller than the value of the blank area. Therefore, the operation moves to write the data amount n, so n is subtracted from the value of the register 15, and the process waits for the next operation. In the conventional device, the size relationship between the amount of data and the size of the blank area could not be determined at the beginning, and the writing operation was started. For this reason, it was sometimes necessary to interrupt processing and perform garbage collection in the middle of data writing, but according to the present invention, the initial judgment can be made.

主記憶装置1に対しての書込み動作のため、中央処理装
置3は主記憶制御装置2に対しMSCRQ、 S TW
、LNGの信号を発信する。STWは空白領域への書込
み制御信号、LNGは書込むデータのバイト数を示す。
For a write operation to the main memory device 1, the central processing unit 3 sends MSCRQ, S TW to the main memory control device 2.
, transmits LNG signals. STW indicates a write control signal to a blank area, and LNG indicates the number of bytes of data to be written.

主記憶制御装置2は信号LNGにより制御部5内のバイ
ト数レジスタ20にデータ長をセントし、中央処理装置
3に動作タイミングを合致させるためのLIST−WR
ITE信号を送出する。
The main memory controller 2 sends the data length to the byte number register 20 in the controller 5 using the signal LNG, and sends LIST-WR to the central processor 3 to match the operation timing.
Sends ITE signal.

中央処理装置3はこの信号が到着したらバッファ12か
ら1語ずつレジスタ13にセ・ノドし、レジスタ7への
転送を開始する。主記憶制御装置2はスタック6からア
ドレスレジスタ9にアドレスをセットし、それに従って
レジスタ7に転送されて来たデータを主記憶装置1の当
初の空白領域から書き込む。また主記憶制御装置2の制
御部5は書込みを終わったときレジスタ20の値を語長
だけ減算する。この動作を繰り返しレジスタ20が零と
なったとき、書込み処理が終了し主記憶制御装置2の制
御部5はMEND信号を中央処理装置3へ通知する。ス
タック6に若干のアドレスが残存することが通常の動作
である。その後最初の状態に戻すため、主記憶制御装置
2は主記憶装置1の空白領域を検索し、スタック6の内
容を再編成し、必要ならばレジスタ10のポインタ値を
設定する。以上の動作タイミングチャートを第3図に示
す。第3図において、上半部は中央処理装置3の動作を
、下半部は主記憶制御装置2の動作を示している。即ち
中央処理装置3は主記憶装置1への書込み動作を行うと
き、MSCRQ、STW、LNGの信号を矢印の時刻に
おいて発し、主記憶制御装置2へ送出する。主記憶制御
装置2はそのバイト数レジスタ20にデータ長nをセッ
トし、主記憶制御装置2からLIST−WRITE信号
を中央処理装置3へ送出する。その後中央処理装置3は
データを1語ずつと、順次のアドレスを主記憶制御装置
2へ送出するから、所定のアドレスにデータが1語ずつ
書込まれて行く。終了したときはMEND信号が中央処
理装置3へ送られる。
When the central processing unit 3 receives this signal, it transfers the words from the buffer 12 to the register 13 one by one, and starts transferring the words to the register 7. The main memory controller 2 sets an address from the stack 6 to the address register 9, and writes the data transferred to the register 7 from the original blank area of the main memory 1 accordingly. Furthermore, the control section 5 of the main memory control device 2 subtracts the value of the register 20 by the word length when writing is completed. When this operation is repeated and the register 20 becomes zero, the write process is completed and the control unit 5 of the main memory control device 2 notifies the central processing unit 3 of the MEND signal. It is normal operation that some addresses remain in the stack 6. Thereafter, in order to return to the initial state, the main memory controller 2 searches for a blank area in the main memory 1, reorganizes the contents of the stack 6, and sets the pointer value of the register 10 if necessary. The above operation timing chart is shown in FIG. In FIG. 3, the upper half shows the operation of the central processing unit 3, and the lower half shows the operation of the main memory control device 2. That is, when the central processing unit 3 performs a write operation to the main memory device 1, it issues the MSCRQ, STW, and LNG signals at the times indicated by the arrows and sends them to the main memory control device 2. The main storage control device 2 sets the data length n in its byte number register 20, and sends a LIST-WRITE signal from the main storage control device 2 to the central processing unit 3. Thereafter, the central processing unit 3 sends the data one word at a time and sequential addresses to the main memory control unit 2, so that the data is written to the predetermined address one word at a time. When the process is finished, a MEND signal is sent to the central processing unit 3.

主記憶制御装置2が前記当初状態への設定中に、中央処
理装置3が次の書込み動作を開始することがある。この
とき主記憶制御装置2はMSCRQ信号を受信したとき
に、直ぐ設定動作を中断しタイミング合致のため、LI
ST−WRITE信号を中央処理装置3へ送出すれば良
い。
While the main storage controller 2 is being set to the initial state, the central processing unit 3 may start the next write operation. At this time, when the main memory control device 2 receives the MSCRQ signal, it immediately interrupts the setting operation, and because the timing matches, the LI
It is sufficient to send the ST-WRITE signal to the central processing unit 3.

また前記書込みが終了した後、中央処理装置3のレジス
タ15の格納値が整理された直後に次の書込み処理要求
が起こった場合は、主記憶制御装置2のスタック6にア
ドレス再設定が終わってない状態であるが、書込み処理
は再開される。そのときは主記憶装置1への書込み動作
中に主記憶制御装置2のスタック6に積上げておいたア
ドレスを使い果たすことになる場合がある。その場合は
今まで通りの動作を続けることができず、ポインタ10
が指示している主記憶装置1内の空白領域を第1図にい
う従来の装置の場合と同様に検索しながら書込んで行く
。したがって書込み動作のサイクルを第2図について説
明したサイクルより、遅くしなければならない。即ち第
4図のタイミングチャートに示すように、主記憶制御装
置2はスタック6のアドレスをアドレスレジスタ9に送
っていて、アドレスiにおいて使い果たしたとき、信号
^ST−HMPTYTを中央処理装置3へ送る。中央処
理装置3はその信号によりデータ(i+1)以降の転送
を中断し、所定のタイミングを合致させる信号MCGを
主記憶制御装置2へ送出することにより、動作を再開さ
せる。主記憶制御装置2は信号MCGを受信してからそ
のタイミングに対応する動作とする。即ちデータ(i+
2)を受け従前より遅いタイミングサイクルで書込みに
移る。
Furthermore, if the next write processing request occurs immediately after the values stored in the register 15 of the central processing unit 3 have been sorted out after the write is completed, the address reset in the stack 6 of the main memory control unit 2 is completed. However, the write process is restarted. In that case, the addresses accumulated on the stack 6 of the main memory control device 2 may be used up during the write operation to the main memory device 1. In that case, you cannot continue the operation as before, and the pointer 10
As in the case of the conventional device shown in FIG. 1, the blank area in the main memory device 1 indicated by is searched and written to. Therefore, the cycle of the write operation must be slower than the cycle described with respect to FIG. That is, as shown in the timing chart of FIG. 4, the main memory controller 2 is sending the address of the stack 6 to the address register 9, and when the address is exhausted at address i, it sends the signal ^ST-HMPTYT to the central processing unit 3. . The central processing unit 3 interrupts the transfer of data after data (i+1) in response to the signal, and restarts the operation by sending a signal MCG that matches the predetermined timing to the main memory control unit 2. After receiving the signal MCG, the main storage control device 2 performs an operation corresponding to the timing. That is, data (i+
2) and moves to writing at a slower timing cycle than before.

なお、以上の説明では主記憶装置として実記憶装置を使
用しているが、仮想記憶装置に対する動作も同様に行う
ことができる。
Note that although a real storage device is used as the main storage device in the above description, the same operation can be performed for a virtual storage device.

(6)発明の効果 このようにして本発明によると、主記憶装置に書込むデ
ータに対し十分な空白領域が存在するが否かを、中央処
理装置に設けた領域の大きさを保持するレジスタを参照
するのみで、判断することができる。また書込む対象の
領域についてそのアドレスを知るとき主記憶装置にその
都度アクセスする必要がない。したがってデータを主記
憶装置の空白領域に書込むとき、データ到来後の判定と
書込みの動作を高速に行うことができる。
(6) Effects of the Invention In this manner, according to the present invention, a register provided in the central processing unit that holds the size of the area can determine whether or not there is sufficient blank area for data to be written in the main memory. You can make a decision just by looking at it. Furthermore, there is no need to access the main memory each time to know the address of the area to be written. Therefore, when writing data into a blank area of the main memory, determination and writing operations after data arrival can be performed at high speed.

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

第1図は従来の情報処理システムを示す構成図、第2図
は本発明の一実施例の構成を示すブロック構成図、 第3図は第2図の通常の動作を説明するタイミングチャ
ート、 第4図は第2図の動作中スタックを使い果たしたとき変
更する動作を説明するタイミングチャートである。 ■−・−主記憶装置 2−主記憶制御装置 3゛−・・−中央処理装置 4−空白領域 6−空白領域アドレスのスタック lO・−・ポインタ用レジスタ 15・−空白領域大きさの保持装置 特許出願人 富士通株式会社 代理人 弁理士 鈴木栄祐 1 2 3 第1図
FIG. 1 is a configuration diagram showing a conventional information processing system, FIG. 2 is a block configuration diagram showing the configuration of an embodiment of the present invention, FIG. 3 is a timing chart explaining the normal operation of FIG. FIG. 4 is a timing chart illustrating the operation to be changed when the stack is used up during the operation in FIG. 2. - Main memory device 2 - Main memory control device 3 - Central processing unit 4 - Blank area 6 - Blank area address stack lO - Pointer register 15 - Blank area size holding device Patent applicant Fujitsu Limited Agent Patent attorney Eisuke Suzuki 1 2 3 Figure 1

Claims (1)

【特許請求の範囲】[Claims] 中央処理装置と主記憶装置が主記憶制御装置を介して接
続され、主記憶装置内の書込み領域がポインタによって
連結されるように制御される情報処理システムの主記憶
装置において、主記憶制御装置にはスタックを、中央処
理装置には領域大きさの保持装置を設け、前者には主記
憶装置内の空白領域を主記憶制御装置が検索し該空白領
域の一部または総てのアドレスを保持し、後者には使用
可能な空白領域の大きさを保持することを特徴とする情
報処理システムの主記憶装置における書込み領域判定装
置。
In the main memory of an information processing system in which the central processing unit and the main memory are connected via the main memory controller, and the write areas in the main memory are controlled to be linked by pointers, The central processing unit is provided with a stack, and the central processing unit is provided with an area size holding device, and in the former, the main memory controller searches for blank areas in the main memory and holds the addresses of some or all of the blank areas. A write area determining device in a main memory of an information processing system, wherein the latter holds the size of a usable blank area.
JP10026484A 1984-05-18 1984-05-18 Decision device for write area of main storage device Pending JPS60245055A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10026484A JPS60245055A (en) 1984-05-18 1984-05-18 Decision device for write area of main storage device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10026484A JPS60245055A (en) 1984-05-18 1984-05-18 Decision device for write area of main storage device

Publications (1)

Publication Number Publication Date
JPS60245055A true JPS60245055A (en) 1985-12-04

Family

ID=14269342

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10026484A Pending JPS60245055A (en) 1984-05-18 1984-05-18 Decision device for write area of main storage device

Country Status (1)

Country Link
JP (1) JPS60245055A (en)

Similar Documents

Publication Publication Date Title
US4780808A (en) Control of cache buffer for memory subsystem
JP2714952B2 (en) Computer system
JPH0340868B2 (en)
JPS60245055A (en) Decision device for write area of main storage device
JPH0556543B2 (en)
JPS6022384B2 (en) Bus conversion method
JPH04112253A (en) Data accessing method using multilayer buffer
JP2586610B2 (en) File creation method
JP2735400B2 (en) Asynchronous I / O control method
JP3009168B2 (en) Data processing device
JPS5850369B2 (en) Data transfer method
JPS6019816B2 (en) microprogram control adapter
JPS59195753A (en) Control system of disc cache memory
WO1984002017A1 (en) Control of cache buffer for memory subsystem
JPS6244839A (en) Instruction fetching device
JPH0376501B2 (en)
JPH1027153A (en) Bus transfer device
JPS62271029A (en) Disk cache control system
JPS6212555B2 (en)
JPH0685154B2 (en) Intermediate buffer control method
JPS60126749A (en) Memory control system
JPS63103342A (en) Main memory controller
JPH04113432A (en) Virtual storage control method
JPH03260870A (en) Projection system for data base assist
JPH054692B2 (en)