JP2636745B2 - Paging processing method and method - Google Patents

Paging processing method and method

Info

Publication number
JP2636745B2
JP2636745B2 JP6198103A JP19810394A JP2636745B2 JP 2636745 B2 JP2636745 B2 JP 2636745B2 JP 6198103 A JP6198103 A JP 6198103A JP 19810394 A JP19810394 A JP 19810394A JP 2636745 B2 JP2636745 B2 JP 2636745B2
Authority
JP
Japan
Prior art keywords
page
storage unit
execution
pages
history
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 - Lifetime
Application number
JP6198103A
Other languages
Japanese (ja)
Other versions
JPH0863399A (en
Inventor
寛 滝田
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.)
NEC Corp
Original Assignee
Nippon Electric Co 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 Nippon Electric Co Ltd filed Critical Nippon Electric Co Ltd
Priority to JP6198103A priority Critical patent/JP2636745B2/en
Publication of JPH0863399A publication Critical patent/JPH0863399A/en
Application granted granted Critical
Publication of JP2636745B2 publication Critical patent/JP2636745B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】本発明は、仮想記憶システムにお
けるページング処理方法と方式に関する。
The present invention relates to a method and system for paging processing in a virtual storage system.

【0002】[0002]

【従来の技術】従来のページング処理方式は、ページフ
ォルト回数を少なくするため、ページアウトするページ
の選択方式として、主にLRU法(Least Rec
ently Used法)を採用していた。このLRU
法では、主記憶の中で一定期間使用されていないページ
は近い将来も使用されないという仮定の基に、そのペー
ジを選んでページアウトを行っていた。
2. Description of the Related Art A conventional paging processing method mainly uses an LRU (Least Rec) method as a method for selecting a page to be paged out in order to reduce the number of page faults.
ently Used method). This LRU
According to the law, pages that have not been used in main memory for a certain period of time are selected and paged out on the assumption that they will not be used in the near future.

【0003】また、公知の技術として、昭56−169
84「ページング処理方式」は、主記憶にページ交替域
を設け、ページイン/ページアウトを一連の動作とし
て、連続してページング処理を行いページングの高速化
を実現している。昭62−131350「ガーベージコ
レクタのページ制御方式」は、不必要なページの無効化
と、アクセスされないページのページアウトを行い、ペ
ージング処理の効率化を実現している。昭62−281
040「ページ管理方式」は、予めプログラムモジュー
ルをページイン/ページアウトを管理するページングレ
ジスタに振り分けページング処理を行い、分岐の多いプ
ログラムに効果をあげている。平2−238535「ペ
ージ数可変型オンデマンドページング方式」は、ページ
アクセスの時間間隔データの履歴を基にページイン/ペ
ージアウトのページ数の動的決定によってページングの
効率化を図っているものである。
[0003] Also, as a known technique,
In the 84 “paging processing method”, a page replacement area is provided in the main memory, and paging processing is performed continuously by performing page-in / page-out as a series of operations, thereby realizing high-speed paging. The garbage collector page control method of 1987 discloses an unnecessary page invalidation and a page out of an unaccessed page, thereby realizing an efficient paging process. 62-281
The 040 “page management method” distributes a program module to a paging register for managing page-in / page-out in advance and performs paging processing, which is effective for a program having many branches. Japanese Patent Application Laid-Open No. 2-238535 discloses a method of paging efficiency by dynamically determining the number of pages in / out based on the history of page access time interval data. is there.

【0004】[0004]

【発明が解決しようとする課題】しかし、前記従来のL
RU法では、ページアウトするページを一定期間使用さ
れていないページと決めているために、それまで未使用
のページを当然使用するようなプログラムではページフ
ォルトが頻繁に起こってしまい、実行速度が目的に反し
て遅くなるという問題点がある。
However, the conventional L
According to the RU method, a page to be paged out is determined to be a page that has not been used for a certain period of time. Therefore, in a program that naturally uses an unused page, page faults frequently occur and the execution speed is increased. On the contrary, there is a problem that it is slow.

【0005】また、前記公知の技術例は、何れもページ
フォルトの発生時に対応するページング処理の効率化あ
るいは高速化を図ったもので、同じプログラムを再度実
行する時にはページング処理の処理速度は変わらず効率
化は期待できない。
In each of the above-mentioned known techniques, the efficiency or speed of paging processing corresponding to the occurrence of a page fault is improved. When the same program is executed again, the processing speed of the paging processing does not change. Efficiency cannot be expected.

【0006】本発明の目的は、同じプログラムを再度実
行する時に、前回のプログラム実行の際のページング処
理の履歴テーブルを基にページング処理の効率化と高速
化を実現する手段を提供するものである。
An object of the present invention is to provide means for realizing the efficiency and speeding up of the paging process based on the history table of the paging process at the time of the previous program execution when the same program is executed again. .

【0007】[0007]

【課題を解決するための手段】本発明のページング処理
方法は、仮想記憶システムのページング処理方法におい
て、1つのプログラムを実行した時にアクセスされたプ
ログラムのページ履歴の順番を記録するステップと、同
じプログラムを再度実行しようとする時に補助記憶内か
らロードするページを前記履歴の順番に主記憶内の実行
ページ記憶部のサイズ分選択するステップと、補助記憶
に記憶されているが前記実行ページ記憶部に読み込まれ
ていない、ページにアクセスするページフォルトが発生
すると、前記履歴の順番の次に使用されるページから主
記憶内の実行ページ記憶部のサイズ分のページを対象外
として、それ以外のページをページアウトし前記実行ペ
ージ記憶部のサイズ分のページからページインするステ
ップを有する。
According to the present invention, there is provided a paging processing method for a virtual storage system, comprising the steps of: recording a page history order of a program accessed when one program is executed; Is in auxiliary memory when trying to execute again
The pages to be loaded from the main memory in the order of the history
Selecting the size of the page storage unit, and when a page fault accessing the page stored in the auxiliary storage but not read into the execution page storage unit occurs, the page is used next to the order of the history. There is a step of excluding a page of the size of the execution page storage unit in the main memory from the page, page-out other pages, and page-in from a page of the size of the execution page storage unit.

【0008】また、前記ページをページインするステッ
プは、ページフォルトが発生すると、前記履歴の順番で
次に使用されるページから前記実行ページ記憶部に現在
格納されている最終ページまでを残してそれ以外のペー
ジからページアウトしてアクセス要求されているページ
部分をページインするステップを有する。
In the step of page-in of the page, when a page fault occurs, the page from the next used page in the order of the history to the last page currently stored in the execution page storage unit is stored. Page out of the other pages and page in the page portion requested to be accessed.

【0009】[0009]

【0010】[0010]

【0011】更に、本発明のページング処理方式は、仮
想記憶システムのページング処理方式において、1つの
プログラムを実行した時にアクセスされたプログラムの
ページの順番を第1のアクセスページ履歴テーブルに記
録する手段と、同じプログラムを再度実行しようとする
に補助記憶内からロードするページを前記履歴の順番
に主記憶内の実行ページ記憶部のサイズ分選択する手段
と、補助記憶内に記憶されているが前記実行ページ記憶
部に読み込まれていない、ページにアクセスするページ
フォルトが発生すると、第1のアクセスページ履歴テー
ブルから順番として次に使用されるページから主記憶内
の実行ページ記憶部のサイズ分のページを対象外とし
て、それ以外のページをページアウトし前記実行ページ
記憶部のサイズ分のページからページインする手段を有
する。
Further, the paging processing method according to the present invention is a paging processing method for a virtual storage system, wherein means for recording, in a first access page history table, the order of pages of a program accessed when one program is executed. , the order of pages to be loaded from the auxiliary memory in the <br/> when trying to run the same program again the history
Means for selecting the size of the execution page storage unit in the main storage, and a page fault that accesses a page stored in the auxiliary storage but not read into the execution page storage unit. From the access page history table, the next page to be used in order from the next page is excluded from the pages of the size of the execution page storage unit in the main storage, and the other pages are paged out, and the pages of the size of the execution page storage unit are removed. There is a means to page in from.

【0012】また、前記ページをページインする手段
は、ページフォルトが発生すると、前記第1のアクセス
ページ履歴テーブルの順番で次に使用されるページから
前記実行ページ記憶部に現在格納されている最終ページ
までを残してそれ以外のページからページアウトしてア
クセス要求されているページ部分をページインする手段
を有する。
Further, the means for page-in the page, when a page fault occurs, starts from the next page to be used in the order of the first access page history table and returns to the last page currently stored in the execution page storage unit. Means are provided for page out of the remaining pages except for the page and page in of the page portion requested to be accessed.

【0013】[0013]

【0014】[0014]

【0015】[0015]

【作用】本発明は、仮想記憶システムにおけるページン
グ処理方式において、プログラムを実行した時にアクセ
スするページをアクセスページ履歴テーブルに書き込ん
でいく。同じプログラムを再度実行する時、実行ページ
記憶部にはアクセスページ履歴テーブルに記憶されてい
るページの順番に、実行ページ記憶部に格納できるサイ
ズ分のページまでのプログラムを未実行ページ記憶部か
選択する。プログラムを実行中にページフォルトが発
生すると、アクセスページ履歴テーブルから順番として
次に使用されるページから実行ページ記憶部に格納でき
るサイズ分のページ以外のページのプログラムを未実行
ページ記憶部へページアウトし、そのあとに前記実行ペ
ージ記憶部に格納できるサイズ分のページからアクセス
要求されているページのプログラムをページインする。
According to the present invention, in a paging processing method in a virtual storage system, pages to be accessed when a program is executed are written in an access page history table. When the same program is executed again, the execution page storage unit selects programs from the unexecuted page storage unit up to the size of the page that can be stored in the execution page storage unit in the order of the pages stored in the access page history table. I do. If a page fault occurs during the execution of a program, the program of pages other than the pages that can be stored in the execution page storage unit from the next used page in the access page history table is paged out to the unexecuted page storage unit. Thereafter, the program of the page requested to be accessed is paged in from pages of a size that can be stored in the execution page storage unit.

【0016】[0016]

【0017】[0017]

【実施例】次に本発明の実施例について図面を参照して
説明する。
Next, an embodiment of the present invention will be described with reference to the drawings.

【0018】図1は本発明のページング処理方式の動作
の一実施例を示す流れ図である。図2は本発明のページ
ング処理方式の一実施例のブロック図である。このペー
ジング処理方式は、ページング処理の制御を行うページ
ング処理制御機構1と、小規模の情報を記憶する主記憶
装置2と、大規模な情報を記憶する補助記憶装置3から
構成される。
FIG. 1 is a flowchart showing one embodiment of the operation of the paging processing system of the present invention. FIG. 2 is a block diagram of one embodiment of the paging processing method of the present invention. This paging processing method includes a paging processing control mechanism 1 for controlling paging processing, a main storage device 2 for storing small-scale information, and an auxiliary storage device 3 for storing large-scale information.

【0019】主記憶装置2は、実行ページ記憶部21を
有し、補助記憶装置3は、アクセスページ履歴テーブル
記憶部31と、未実行ページ記憶部32とを有する。
The main storage device 2 has an execution page storage unit 21, and the auxiliary storage device 3 has an access page history table storage unit 31 and an unexecuted page storage unit 32.

【0020】実行ページ記憶部21は、プログラムを実
行する際にアクセスできるページ分のプログラムを記憶
している。アクセスページ履歴テーブル記憶部31は、
実行されたプログラムでアクセスしたページの履歴をプ
ログラム単位で記憶している。未実行ページ記憶部32
は、実行ページ記憶部21に記憶しきれないページのプ
ログラムを記憶しており、プログラム実行時にこの記憶
部内のページをアクセスしようとする時は、ページフォ
ルトが起こって実行ページ記憶部21へそのページのプ
ログラムをロードする処理が行われる。
The execution page storage unit 21 stores programs for pages that can be accessed when executing the program. The access page history table storage unit 31
The history of pages accessed by the executed program is stored for each program. Unexecuted page storage unit 32
Stores a program of a page that cannot be completely stored in the execution page storage unit 21. If a page in this storage unit is accessed during program execution, a page fault occurs and the page is stored in the execution page storage unit 21. Is loaded.

【0021】次に、図1および図2を参照して、本実施
例の動作について説明する。
Next, the operation of this embodiment will be described with reference to FIGS.

【0022】図1の(a)は、ページ切り替え時の割り
込み処理を示す流れ図である。実行ページ記憶部21に
記憶できるページが複数の場合において、プログラムを
実行した時にアクセスするページが切り替わる度にその
ページのアドレスをアクセスページ履歴テーブル記憶部
31に書き込んでいく(A1)。このことにより、1つ
のプログラムを実行する時にアクセスするページの順番
の履歴が記録される。図1の(b)は、プログラム実行
前のページロード処理を示す流れ図である。ページ履歴
のあるプログラムを実行しようとする時(B1)、アク
セスページ履歴テーブル記憶部31に記憶されているペ
ージの順番に、実行ページ記憶部21のサイズ分のペー
ジまでのプログラムを未実行ページ記憶部32からロー
ドする(B2,B3)。図1の(c)は、ページフォル
ト時の割り込み処理を示す流れ図である。実行ページ記
憶部21にないページをアクセスしようとする(ページ
フォルトが起こった)場合、そのページのプログラムを
未実行ページ記憶部32からロードする必要があるが、
実行ページ記憶部21に空きページが無いため(C
1)、不必要なページのプログラムを未実行ページ記憶
部32へ戻す必要も生じる。この未実行ページ記憶部3
2へ戻すページのプログラムを選択する方法として、ア
クセスページ履歴テーブル記憶部31から順番として次
にアクセスされるページから実行ページ記憶部21のサ
イズ分のページまでのプログラムは対象外として(C
2)、それ以外のページより選んでページアウト処理を
行う(C3)。その後、実行ページ記憶部21の空き領
域にページイン処理を行う(C4)。
FIG. 1A is a flowchart showing an interrupt process at the time of page switching. When there are a plurality of pages that can be stored in the execution page storage unit 21, each time the page to be accessed is switched when the program is executed, the address of the page is written to the access page history table storage unit 31 (A1). As a result, the history of the order of pages accessed when one program is executed is recorded. FIG. 1B is a flowchart showing a page load process before executing the program. When a program having a page history is to be executed (B1), the programs up to the size of the execution page storage unit 21 are stored in the non-executed page order in the order of the pages stored in the access page history table storage unit 31. Load from the unit 32 (B2, B3). FIG. 1C is a flowchart showing an interrupt process at the time of a page fault. When an attempt is made to access a page that is not in the execution page storage unit 21 (a page fault has occurred), it is necessary to load the program of the page from the unexecuted page storage unit 32.
Because there is no empty page in the execution page storage unit 21 (C
1) It is necessary to return the program of the unnecessary page to the unexecuted page storage unit 32. This unexecuted page storage unit 3
As a method of selecting the program of the page to be returned to 2, the program from the next page to be accessed in order from the access page history table storage unit 31 to the page of the size of the execution page storage unit 21 is excluded from the target (C
2) Perform page out processing by selecting from other pages (C3). Thereafter, a page-in process is performed on a free area of the execution page storage unit 21 (C4).

【0023】以上の説明により、実行記憶部21のペー
ジフォルトの発生したページを除いたアクセスページ履
歴テーブル記憶部31が作成され、再度のプログラム実
行時には、ページフォルトの発生回数の少ない前記アク
セスページ履歴テーブル記憶部31によるページング処
理の高速化が達成される。
As described above, the access page history table storage unit 31 of the execution storage unit 21 excluding the page in which the page fault has occurred is created, and when the program is executed again, the access page history with a small number of page fault occurrences is stored. Speeding up of paging processing by the table storage unit 31 is achieved.

【0024】[0024]

【0025】[0025]

【発明の効果】以上説明したように、本発明ではプログ
ラムのアクセスページの履歴を記憶し、ページフォルト
時にこの履歴を基にページアウトするべきページを選択
するので、従来採用されていたLRU法での欠点を防止
でき、ページングの高速化がはかられるという効果があ
る。特に、ページフォルトの発生したページをアクセス
ページの履歴から除かれているので、再度実行されるプ
ログラムのページング処理の高速化が可能となり、仮想
記憶のページング処理におけるプログラム開発および保
守に効果がある。
As described above, in the present invention, the history of the access page of a program is stored, and the page to be paged out is selected based on this history at the time of a page fault, so that the conventional LRU method is used. Has the effect of speeding up paging. In particular, since the page in which the page fault has occurred is excluded from the history of the access page, the speed of the paging process of the program to be executed again can be increased, which is effective for the program development and maintenance in the paging process of the virtual memory.

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

【図1】本発明のページング処理方式の動作の一実施例
の流れ図で、(a)ページ切り替え時の割り込み処理を
示す流れ図、(b)プログラム実行前のページロード処
理を示す流れ図、(c)ページフォルト時の割り込み処
理を示す流れ図。
FIG. 1 is a flowchart of one embodiment of the operation of the paging processing method of the present invention, in which (a) a flowchart showing interrupt processing at the time of page switching, (b) a flowchart showing page loading processing before program execution, and (c). 9 is a flowchart showing an interrupt process at the time of a page fault.

【図2】本発明のページング処理方式の一実施例のブロ
ック図。
FIG. 2 is a block diagram of an embodiment of a paging processing method according to the present invention.

【符号の説明】[Explanation of symbols]

1 ページング処理制御機構 2 主記憶装置 3 補助記憶装置 21 実行ページ記憶部 31 アクセスページ履歴テーブル記憶部 32 未実行ページ記憶部 DESCRIPTION OF SYMBOLS 1 Paging process control mechanism 2 Main storage device 3 Auxiliary storage device 21 Execution page storage unit 31 Access page history table storage unit 32 Unexecuted page storage unit

Claims (4)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 仮想記憶システムのページング処理方法
において、 1つのプログラムを実行した時にアクセスされたプログ
ラムのページ履歴の順番を記録するステップと、 同じプログラムを再度実行しようとする時に補助記憶内
からロードするページを、前記履歴の順番に主記憶内の
実行ページ記憶部のサイズ分選択するステップと、 補助記憶に記憶されているが前記実行ページ記憶部に読
み込まれていない、ページにアクセスするページフォル
トが発生すると、前記履歴の順番の次に使用されるペー
ジから主記憶内の実行ページ記憶部のサイズ分のページ
を対象外として、それ以外のページをページアウトし前
記実行ページ記憶部のサイズ分のページからページイン
するステップを有することを特徴とするページング処理
方法。
1. A paging processing method of the virtual storage system, and recording the order of page history of the accessed program when running one program, sometimes auxiliary storage in attempting to execute the same program again
Pages to be loaded from the main memory in the order of the history.
Selecting a size corresponding to the size of the execution page storage unit; and when a page fault accessing a page stored in the auxiliary storage but not read into the execution page storage unit occurs, the page is used next to the order of the history. A step of excluding a page corresponding to the size of the execution page storage unit in the main storage from the current page, and page-out of other pages and page-in from a page corresponding to the size of the execution page storage unit. The paging method to do.
【請求項2】 前記ページをページインするステップ
が、ページフォルトが発生すると、前記履歴の順番で次
に使用されるページから前記実行ページ記憶部に現在格
納されている最終ページまでを残してそれ以外のページ
からページアウトしてアクセス要求されているページ部
分をページインするステップを有する請求項1記載のペ
ージング処理方法。
2. The step of page-in the page, wherein, when a page fault occurs, the page from the next used page in the order of the history to the last page currently stored in the execution page storage unit is deleted. 2. A paging processing method according to claim 1, further comprising the step of page-out of a page portion requested to access by page-out from a page other than.
【請求項3】仮想記憶システムのページング処理方式に
おいて、 1つのプログラムを実行した時にアクセスされたプログ
ラムのページの順番を第1のアクセスページ履歴テーブ
ルに記録する手段と、 同じプログラムを再度実行しようとする時に補助記憶内
からロードするページを前記履歴の順番に主記憶内の実
行ページ記憶部のサイズ分選択する手段と、 補助記憶内に記憶されているが前記実行ページ記憶部に
読み込まれていない、ページにアクセスするページフォ
ルトが発生すると、第1のアクセスページ履歴テーブル
から順番として次に使用されるページから主記憶内の実
行ページ記憶部のサイズ分のページを対象外として、そ
れ以外のページをページアウトし前記実行ページ記憶部
のサイズ分のページからページインする手段を有するこ
とを特徴とするページング処理方式。
3. A paging processing method for a virtual storage system.
Oite, programming accessed when executing one program
The order of the ram pages is changed to the first access page history table.
Means to record in the auxiliary memory when the same program is to be executed again.
Pages to be loaded from the main memory in the order of the history.
Means for selecting the size of the row page storage unit, and the execution page storage unit stored in the auxiliary storage,
The page load that accesses the page that is not loaded
When a default occurs, the first access page history table
From the next page used in order from the
Exclude pages of the size of the line page storage section
Page out of pages other than the above and the execution page storage unit
Have a means to page in from a page of size
And a paging processing method.
【請求項4】 前記ページをページインする手段が、ペ4. The page-in means for page-in the page,
ージフォルトが発生すると、前記第1のアクセスページWhen a fault occurs, the first access page
履歴テーブルの順番で次に使用されるページから前記実From the next page used in the history table order,
行ページ記憶部に現在格納されている最終ページまでをUp to the last page currently stored in the line page storage
残してそれ以外のページからページアウトしてアクセスLeave and page out and access from other pages
要求されているページ部分をページインする手段を有すHave a means to page in the requested page part
る請求項3記載のページング処理方式。4. The paging processing method according to claim 3, wherein:
JP6198103A 1994-08-23 1994-08-23 Paging processing method and method Expired - Lifetime JP2636745B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6198103A JP2636745B2 (en) 1994-08-23 1994-08-23 Paging processing method and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6198103A JP2636745B2 (en) 1994-08-23 1994-08-23 Paging processing method and method

Publications (2)

Publication Number Publication Date
JPH0863399A JPH0863399A (en) 1996-03-08
JP2636745B2 true JP2636745B2 (en) 1997-07-30

Family

ID=16385544

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6198103A Expired - Lifetime JP2636745B2 (en) 1994-08-23 1994-08-23 Paging processing method and method

Country Status (1)

Country Link
JP (1) JP2636745B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102015053B1 (en) 2013-02-20 2019-08-27 삼성전자주식회사 Nonvolatile memory device and data processing method thereof

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3226525B2 (en) * 1988-10-07 2001-11-05 株式会社日立製作所 Main memory management method
JPH03192446A (en) * 1989-12-22 1991-08-22 Nec Corp Memory control system

Also Published As

Publication number Publication date
JPH0863399A (en) 1996-03-08

Similar Documents

Publication Publication Date Title
EP0080875B1 (en) Data storage system for a host computer
JP3259969B2 (en) Cache memory controller
US4991088A (en) Method for optimizing utilization of a cache memory
EP0109309B1 (en) Method of operating a computer system
US7613870B2 (en) Efficient memory usage in systems including volatile and high-density memories
CA1180465A (en) Method and apparatus for limiting data occupancy in a cache
US6473842B1 (en) Virtual memory managing system for managing swap-outs by page units and a batch swap-out by task units
US7237067B2 (en) Managing a multi-way associative cache
EP0751462A1 (en) A recoverable disk control system with a non-volatile memory
US6129458A (en) Cache optimization method
US6026471A (en) Anticipating cache memory loader and method
US7139874B1 (en) System and method for providing client-directed staging to improve non-sequential access performance in a caching disk storage system
KR101392062B1 (en) Fast speed computer system power-on & power-off method
JP2636745B2 (en) Paging processing method and method
JP2000222226A (en) Access controller and accessing method
JPH04259048A (en) Pre-read data control system using statistic information
JP2000122929A (en) Information processor
JPH09330257A (en) External storage medium reader
JPH0812643B2 (en) Page save / restore device
JPH07105095A (en) Cache control system of disk storage device
JP2636470B2 (en) Data transfer path selection method
JP3772003B2 (en) Memory management system and data management method
JPH03122737A (en) Paging system
JP2004355187A (en) Virtual memory system, method for managing address in virtual memory, and address conversion table generator
JPH09244958A (en) Paging method and system therefor