JPH04290114A - Memory control system for computer - Google Patents

Memory control system for computer

Info

Publication number
JPH04290114A
JPH04290114A JP5486991A JP5486991A JPH04290114A JP H04290114 A JPH04290114 A JP H04290114A JP 5486991 A JP5486991 A JP 5486991A JP 5486991 A JP5486991 A JP 5486991A JP H04290114 A JPH04290114 A JP H04290114A
Authority
JP
Japan
Prior art keywords
storage device
program
blocks
memory
allocated
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.)
Withdrawn
Application number
JP5486991A
Other languages
Japanese (ja)
Inventor
Goji Nakada
中田 剛司
Hirofumi Tarumi
垂水 宏文
Shigemi Tanabe
田辺 繁美
Hisako Kinoshita
木下 久子
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.)
Omron Corp
Original Assignee
Omron Corp
Omron Tateisi Electronics Co
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 Omron Corp, Omron Tateisi Electronics Co filed Critical Omron Corp
Priority to JP5486991A priority Critical patent/JPH04290114A/en
Publication of JPH04290114A publication Critical patent/JPH04290114A/en
Withdrawn legal-status Critical Current

Links

Abstract

PURPOSE:To increase the program execution speed by decreasing the frequency of access to an auxiliary storage device under memory control which performs paging. CONSTITUTION:A main storage device as a real storage device and the auxiliary storage device as an external storage device are used and an execution type program which is divided into blocks of size corresponding to memory allocation units of the main storage device is paged in the block units between said main storage device and auxiliary storage device. In this memory control system for the computer, information regarding the frequencies of the use of the respective blocks is gathered by executing said program. When said program is started after the information gathering, blocks which are high in the use frequency are allocated preferentially to the main storage device according to the information regarding the use frequencies of the respective blocks and blocks which are low in use frequency are allocated to the auxiliary storage device from the beginning.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は、コンピュータのメモリ
管理システムに関し、特にページングを行う形式のメモ
リ管理システムに関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a memory management system for a computer, and more particularly to a paging type memory management system.

【0002】0002

【従来の技術】コンピュータのオペレーションシステム
が主記憶装置の限られたメモリ空間を有効に利用するた
めに具備するメモリ管理システムの一つとして、ページ
ングを行う仮想記憶システムによるメモリ管理システム
が知られており、このメモリ管理システムは、実行形式
のプログラムを主記憶装置のメモリ割付け単位(ページ
枠)に応じた大きさのブロック(ページ)に分割し、分
割されたブロック単位にて実記憶装置としての主記憶装
置と外部記憶装置としての補助記憶装置との間にプログ
ラムの読み書きを行うようになっている。
2. Description of the Related Art A memory management system using a virtual memory system that performs paging is known as one of the memory management systems that a computer operating system has to effectively utilize the limited memory space of a main storage device. This memory management system divides an executable program into blocks (pages) of a size corresponding to the memory allocation unit (page frame) of the main storage device, and uses the divided blocks as real storage devices. Programs are read and written between the main storage device and an auxiliary storage device as an external storage device.

【0003】ページングを行う仮想記憶システムによる
メモリ管理システムに於いては、実行形式のプログラム
、即ち目的プログラムを起動する際に、この目的プログ
ラムを記述順にブロック単位にて主記憶装置の空き領域
に割付け、主記憶装置に空き領域がなくなった場合には
、実記憶装置に既に割付けられている他のプログラムの
ブロックを補助記憶装置にページアウトして、その後に
目的プログラムのブロックを割付けたり、目的プログラ
ムのメモリ容量が主記憶装置の空き領域のメモリ容量よ
り大きい場合には当該目的プログラムの一部のブロック
のみの主記憶装置に割付け、主記憶装置に割付けできな
かった残りのブロックを補助記憶装置に割付けることが
行われ、これにより主記憶装置のメモリ空間の有効利用
と、主記憶装置の空き領域のメモリ容量より大きいメモ
リ容量の目的プログラムの実行が可能になる。
[0003] In a memory management system using a virtual memory system that performs paging, when an executable program, that is, a target program is started, this target program is allocated to free space in the main storage device in block units in the order in which it is written. , if there is no free space in the main memory, blocks of other programs that have already been allocated in the real memory are paged out to the auxiliary memory, and then blocks of the target program are allocated, or the blocks of the target program are If the memory capacity of the target program is larger than the free memory capacity of the main memory, only some blocks of the target program are allocated to the main memory, and the remaining blocks that could not be allocated to the main memory are allocated to the auxiliary memory. The allocation is performed, thereby making it possible to effectively utilize the memory space of the main storage device and to execute a target program with a memory capacity larger than the memory capacity of the free area of the main storage device.

【0004】0004

【発明が解決しようとする課題】しかし、従来、上述の
如きメモリ管理システムに於いては、ただ単にプログラ
ムの記述順、即ちプログラムの先頭から順番にブロック
単位にて目的プログラムを主記憶装置に割付けることが
行われ、これに対し目的プログラムの各ブロックはプロ
グラム実行時の使用頻度順には列んでいないから、使用
頻度が低いブロックが主記憶装置に割付けられ、使用頻
度が高いブロックが補助記憶装置に割付けられたり、新
たに割付けるブロックの使用頻度より使用頻度が高い他
のプログラムのブロックが補助記憶装置にページアウト
、即ち退避されることがある。
[Problems to be Solved by the Invention] Conventionally, however, in the above-mentioned memory management system, the target program is simply allocated to the main memory in block units in the order in which the program is written, that is, in order from the beginning of the program. On the other hand, each block of the target program is not arranged in order of frequency of use during program execution, so blocks that are used less frequently are allocated to the main memory, and blocks that are used more frequently are allocated to the auxiliary storage. Blocks of other programs that are used more frequently than newly allocated blocks may be paged out, that is, saved, to the auxiliary storage device.

【0005】この場合には補助記憶装置に割付けられた
ブロックの使用頻度が高いことから、プログラム実行時
に補助記憶装置に対して目的プログラムのブロックを読
み書きする回数が増大し、これにより補助記憶装置のア
クセス回数が増大し、コンピュータのプログラム実行速
度が低下すると云う問題がある。
[0005] In this case, since the blocks allocated to the auxiliary storage device are frequently used, the number of times blocks of the target program are read and written to the auxiliary storage device during program execution increases. There is a problem that the number of accesses increases and the program execution speed of the computer decreases.

【0006】本発明は、上述の如き従来のメモリ管理シ
ステムに於ける問題点に鑑みなされたもので、ブロック
単位で分割された目的プログラムの主記憶装置に対する
割付けを各ブロックの使用頻度を考慮して最適化し、プ
ログラム実行時に於ける補助記憶装置のアクセス回数の
低減によりプログラム実行速度の向上を図ったメモリ管
理システムを提供することを目的としている。
The present invention was created in view of the problems in the conventional memory management system as described above, and the present invention is designed to allocate a target program divided into blocks to the main memory by taking into account the frequency of use of each block. The present invention aims to provide a memory management system that improves program execution speed by reducing the number of times an auxiliary storage device is accessed during program execution.

【0007】[0007]

【課題を解決するための手段】上述の如き目的は、本発
明によれば、実記憶装置としての主記憶装置と外部記憶
装置としての補助記憶装置とを用い、主記憶装置のメモ
リ割付け単位に応じた大きさのブロックに分割された実
行形式のプログラムをブロック単位にて前記主記憶装置
と前記補助記憶装置との間でページングを行うコンピュ
ータのメモリ管理システムに於て、前記プログラムの実
行により前記各ブロックの使用頻度に関する情報収集を
行い、この情報収集後の前記プログラムの起動時には情
報収集された各ブロックの使用頻度に関する情報に基づ
き使用頻度の高いブロックを優先して主記憶装置に割付
けることを特徴とするコンピュータのメモリ管理システ
ムにより達成される。
[Means for Solving the Problems] According to the present invention, the above-mentioned object is achieved by using a main storage device as a real storage device and an auxiliary storage device as an external storage device, and by using a main storage device as a memory allocation unit of the main storage device. In a computer memory management system that pages an executable program divided into blocks of corresponding sizes between the main storage device and the auxiliary storage device in block units, the execution of the program causes the Collecting information regarding the usage frequency of each block, and when starting the program after collecting this information, prioritize and allocate blocks with high usage frequency to the main storage device based on the collected information regarding the usage frequency of each block. This is achieved by a computer memory management system characterized by:

【0008】[0008]

【作用】上述のメモリ管理システムによれば、プログラ
ム起動時に、そのプログラムのブロックのうち使用頻度
の高いものが主記憶装置に割付けられ、使用頻度が低い
ブロックが主記憶装置に無闇に割付けられることがない
[Operation] According to the above-described memory management system, when a program is started, frequently used blocks of the program are allocated to the main memory, and less frequently used blocks are randomly allocated to the main memory. There is no.

【0009】[0009]

【実施例】以下に、本発明の実施例を添付の図面を用い
て詳細に説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Examples of the present invention will be described in detail below with reference to the accompanying drawings.

【0010】図1は本発明によるメモリ管理システムを
実行可能なコンピュータの一例を示している。このコン
ピュータは、CPU1と、実記憶装置としての主記憶装
置2と、外部記憶装置制御用コントローラ3とを有し、
これらは内部バス4により互いに接続されている。外部
記憶装置制御用コントローラバス3にはハード磁気ディ
スクの如き外部記憶装置としての補助記憶装置5が接続
されている。
FIG. 1 shows an example of a computer capable of executing a memory management system according to the present invention. This computer has a CPU 1, a main storage device 2 as a real storage device, and a controller 3 for controlling an external storage device,
These are connected to each other by an internal bus 4. An auxiliary storage device 5 as an external storage device such as a hard magnetic disk is connected to the controller bus 3 for controlling the external storage device.

【0011】主記憶装置2は、本発明によるメモリ管理
システムを実行するメモリ管理プログラムを含むオペレ
ーションシステムファイルを格納するメモリ空間と、実
行形式のプログラム、即ち目的プログラムを読み込むメ
モリ空間とを有し、目的プログラムを読み込むメモリ空
間は、図2に示されている如く、メモリ割付け単位、即
ちページ単位、更に換言すればブロック単位にて目的プ
ログラムを各々割付けられる複数個のページ枠に論理的
に分割されている。
The main storage device 2 has a memory space for storing an operation system file including a memory management program for executing the memory management system according to the present invention, and a memory space for reading an executable program, that is, a target program. As shown in FIG. 2, the memory space into which the target program is read is logically divided into a plurality of page frames to which the target program can be allocated in memory allocation units, that is, page units, or in other words, block units. ing.

【0012】補助記憶装置5は実行形式のプログラムや
このプログラムに関するロギングテーブルのファイルを
格納するようになっている。
The auxiliary storage device 5 stores programs in executable format and logging table files related to these programs.

【0013】このコンピュータのオペレーションシステ
ムには仮想記憶システムが採用されており、例えば補助
記憶装置5の通常使用領域にファイルとして保存された
目的プログラムAが実行される場合、主記憶装置2に記
憶されたメモリ管理プログラムにより、目的プログラム
Aのアドレス空間を予め決められた主記憶装置2のペー
ジ枠と同じ大きさのブロックA1、A2、A3、A4…
に分割し、ブロックA1、A2、A3、A4…をブロッ
ク単位で、図2に示されている如く、主記憶装置2と補
助記憶装置5の一部(スワップ領域、或は外部ページ領
域)とにより構成されるメモリ空間の各ページ枠に割付
けることが行われ、この目的プログラムは仮想記憶シス
テムによりアドレス管理されつつ仮想メモリ上にては連
続したアドレスのプログラムとして実行される。
The operating system of this computer employs a virtual storage system, and for example, when a target program A stored as a file in the normally used area of the auxiliary storage device 5 is executed, the program A that is stored in the main storage device 2 is executed. The address space of the target program A is divided into blocks A1, A2, A3, A4, .
As shown in FIG. 2, blocks A1, A2, A3, A4, etc. are divided into blocks A1, A2, A3, A4, etc., and are divided into the main storage device 2 and a part of the auxiliary storage device 5 (swap area or external page area). The target program is allocated to each page frame of the memory space constituted by , and this target program is executed as a program with consecutive addresses on the virtual memory while the addresses are managed by the virtual memory system.

【0014】メモリ管理プログラムは、目的プログラム
Aの実行により各ブロックA1、A2、A3、A4…の
使用頻度に関する情報収集を行い、この各ブロックA1
、A2、A3、A4…の使用頻度のロギングテーブルを
補助記憶装置5に格納し、この情報収集後に於ける目的
プログラムAの起動時には補助記憶装置5に格納された
各ブロックA1、A2、A3、A4…の使用頻度のロギ
ングテーブルに基づき使用頻度の高いブロックを優先し
て主記憶装置2に割付ける割付け管理を行うようになっ
ている。
The memory management program collects information regarding the frequency of use of each block A1, A2, A3, A4, etc. by executing the object program A, and collects information regarding the frequency of use of each block A1.
, A2, A3, A4, etc. is stored in the auxiliary storage device 5, and when the target program A is started after collecting this information, each block A1, A2, A3, A4, etc. stored in the auxiliary storage device 5 is stored. Allocation management is performed in which blocks with high usage frequency are prioritized and allocated to the main storage device 2 based on the usage frequency logging table of A4....

【0015】目的プログラムAの各ブロックA1、A2
、A3、A4…の使用頻度に関する情報収集は、オペレ
ーションシステムのメモリ管理プログラムにより、ペー
ジアウト処理が行われる以前に、過去一定時間内に参照
されたブロック(ページ)の集合、即ちワーキングセッ
ト内にあるブロックを調べ、この各ブロックに対応する
カウンタのカウント値をカウントアップすることにより
行われ、このデータは、目的プログラムAの実行が終了
した時に、補助記憶装置5にロギングテーブルファイル
として格納される。このロギングテーブルファイルは、
目的プログラムAの実行の都度、更新されてもよく、こ
の場合には使用頻度は過去のプログラム実行に於ける使
用頻度の平均値が用いられてもよい。
Each block A1, A2 of the target program A
, A3, A4, etc., the memory management program of the operating system collects information on the usage frequency of blocks (pages) that have been referenced within a certain amount of time in the past, that is, within the working set, before page-out processing is performed. This is done by checking a certain block and incrementing the count value of a counter corresponding to each block, and this data is stored as a logging table file in the auxiliary storage device 5 when the execution of the target program A is completed. . This logging table file is
It may be updated each time the target program A is executed, and in this case, the frequency of use may be the average value of the frequency of use in past program executions.

【0016】尚、ページアウト処理は、オペレーション
システムのメモリ管理プログラムにより、或るプログラ
ムの実行中に主記憶装置2の空きメモリ領域が所定量以
下になると実行されるものとする。
It is assumed that the page-out process is executed by the memory management program of the operating system when the free memory area of the main storage device 2 becomes less than a predetermined amount while a certain program is being executed.

【0017】従って、目的プログラムAが以前に一回で
も実行されていれば、補助記憶装置5は、メモリ管理プ
ログラムにより各ブロック毎にロキングされた各ブロッ
クの使用頻度を示すロギングテーブルを格納する。
Therefore, if the target program A has been executed at least once before, the auxiliary storage device 5 stores a logging table indicating the frequency of use of each block, which is logged for each block by the memory management program.

【0018】目的プログラムAの再起動時には、これの
メモリ割付けは、目的プログラムAのアドレス空間を主
記憶装置2のページ枠と同じ大きさのブロックA1、A
2、A3、A4…に分割し、その各々を各ブロックの使
用頻度を示すロギングテーブルに基づき、主記憶装置2
と補助記憶装置5の一部とにより構成されるメモリ空間
の各ページ枠に対し行われ、この場合、目的プログラム
AのブロックA1、A2、A3、A4…のうち、使用頻
度の高いブロックが主記憶装置2に優先して割付けられ
る。
When the target program A is restarted, its memory allocation is such that the address space of the target program A is divided into blocks A1 and A of the same size as the page frame of the main storage device 2.
2, A3, A4, etc., and each block is divided into main storage 2, A3, A4, etc. based on a logging table indicating the usage frequency of each block.
and a part of the auxiliary storage device 5. In this case, among the blocks A1, A2, A3, A4, etc. of the target program A, the most frequently used blocks are It is allocated with priority to storage device 2.

【0019】図2は、使用頻度の高いブロックとしてブ
ロックA1、A3、A4が主記憶装置2に割付けられ、
ブロックA2が補助記憶装置5に割付けられた例を示し
ている。
FIG. 2 shows that blocks A1, A3, and A4 are allocated to the main storage device 2 as frequently used blocks.
An example is shown in which block A2 is allocated to the auxiliary storage device 5.

【0020】補助記憶装置5に割付けられたブロックA
2を実行する時には、オペレーションシステムのメモリ
管理プログラムにより、主記憶装置2により過去一定時
間使用されていないブロックを補助記憶装置5へページ
アウトし、これのページ枠を開放し、この開放されたペ
ージ枠に補助記憶装置5のブロックA2をページインす
ることが行われる。
Block A allocated to auxiliary storage device 5
2, the memory management program of the operating system pages out blocks that have not been used for a certain period of time from the main storage device 2 to the auxiliary storage device 5, frees the page frame of this, and uses this freed page. Block A2 of the auxiliary storage device 5 is paged into the frame.

【0021】次に本発明によるメモリ管理プログラムに
よって主記憶装置2と補助記憶装置5の一部のメモリ使
用領域とから構成されたメモリ空間に対する目的プログ
ラムAの各ブロックA1、A2、A3、A4…の割付け
について図3のフローチャートを参照して説明する。
Next, each block A1, A2, A3, A4, . The allocation will be explained with reference to the flowchart of FIG.

【0022】まず、目的プログラムAが実行されるべく
、メモリ管理プログラムが主記憶装置2と補助記憶装置
5の一部のメモリ使用領域とにより構成されたメモリ空
間に対し目的プログラムAの各ブロックA1、A2、A
3、A4…の割付けをCPU1から要求されると、先ず
ステップ1にて補助記憶装置5のロギングテーブルに目
的プログラムAの各ブロツクの使用頻度を示すカウント
値が書き込まれているか否か、即ち使用頻度情報が有る
か、否かが判別される。補助記憶装置5にプログラムA
の使用頻度情報が記憶されていない場合はステップ2に
進み、従来と同様に目的プログラムAが先頭のブロック
から順番に主記憶装置2と補助記憶装置5の一部のメモ
リ使用領域とから構成されたメモリ空間の空き領域に割
付けられ、、このフローを終了する。そして、従来と同
様にCPU1により目的プログラムAが実行される。
First, in order for the target program A to be executed, the memory management program stores each block A1 of the target program A in the memory space constituted by the main storage device 2 and a part of the memory usage area of the auxiliary storage device 5. ,A2,A
3, A4... is requested by the CPU 1, first, in step 1, it is checked whether a count value indicating the frequency of use of each block of the target program A is written in the logging table of the auxiliary storage device 5, that is, whether or not the usage frequency of each block of the target program A is written. It is determined whether frequency information is present or not. Program A in auxiliary storage device 5
If the usage frequency information is not stored, the process proceeds to step 2, in which the target program A is constructed from the main memory 2 and part of the memory usage area of the auxiliary memory 5 in order from the first block, as in the past. This flow is then allocated to an empty memory space. Then, the target program A is executed by the CPU 1 as in the conventional case.

【0023】これに対し補助記憶装置5にプログラムA
の使用頻度情報が記憶されている場合は、ステップ3に
進み、目的プログラムAの総ブロック数が変数Nに、1
がカウンタ変数nに、更にオペレーティングシステムま
たはプログラム毎に設定されたしきい値が変数Limに
代入されると共に、補助記憶装置5から各ブロックA1
、A2、A3、A4…の使用頻度情報が読込まれる。 そしてステップ4に進み、n(カウンタ変数)番目のブ
ロックAnの使用頻度が変数f(n)に代入され、ステ
ップ5にてこの変数f(n)としきい値変数Limとが
比較される。
On the other hand, program A is stored in the auxiliary storage device 5.
If the usage frequency information is stored, proceed to step 3, and set the total number of blocks of target program A to variable N and 1.
is assigned to the counter variable n, and a threshold value set for each operating system or program is assigned to the variable Lim, and each block A1 is assigned from the auxiliary storage device 5.
, A2, A3, A4, . . . usage frequency information is read. Then, the process proceeds to step 4, where the frequency of use of the nth (counter variable) block An is assigned to the variable f(n), and in step 5, this variable f(n) is compared with the threshold variable Lim.

【0024】ステップ5にて変数f(n)がしきい値変
数Lim以下であれば、ステップ6に進み、ブロックA
nが補助記憶装置5のメモリ使用領域に割付けられ、こ
れに対し変数f(n)が変数Limよりも大きければ、
ステップ7に進み、ブロックAnが主記憶装置2に割付
けられる。
If the variable f(n) is less than or equal to the threshold variable Lim in step 5, the process proceeds to step 6, and block A
If n is allocated to the memory usage area of the auxiliary storage device 5, and the variable f(n) is larger than the variable Lim,
Proceeding to step 7, block An is allocated to the main storage device 2.

【0025】次にステップ8ではカウンタ変数nに1が
加えられ、この後にステップ9に進み、変数nと変数N
とが比較される。変数nが変数N未満であれば、ステッ
プ4に戻り、上記ステップが繰返され、これに対し変数
nが変数Nと等しくなると、目的プログラムAの全ブロ
ックの割付けが完了したとして、このフローを終了する
。そしてCPU1により目的プログラムAが実行される
Next, in step 8, 1 is added to the counter variable n, and then the process proceeds to step 9, where the variable n and the variable N
are compared. If the variable n is less than the variable N, the process returns to step 4 and the above steps are repeated. On the other hand, if the variable n becomes equal to the variable N, it is assumed that all blocks of the target program A have been allocated and this flow ends. do. Then, the CPU 1 executes the target program A.

【0026】上述の如きブロック割付け手順により、使
用頻度が所定値以上のブロックのみが主記憶装置2に割
付けられ、使用頻度が所定値以下のブロックは最初から
補助記憶装置5に割付けられる。
According to the block allocation procedure as described above, only blocks whose use frequency is above a predetermined value are allocated to the main storage device 2, and blocks whose use frequency is below a predetermined value are allocated to the auxiliary storage device 5 from the beginning.

【0027】これにより目的プログラムのメモリ容量が
主記憶装置2の空きメモリ容量より大きい場合、使用頻
度が低いブロックが最初から主記憶装置2に割付けられ
たり、使用頻度が低いブロックがこれより使用頻度の高
い他のプログラムのブロックを補助記憶装置5へ退避さ
せることがなくなり、この結果、プログラム実行中の補
助記憶装置5に対するアクセス回数が減少する。
As a result, if the memory capacity of the target program is larger than the free memory capacity of the main storage device 2, the less frequently used blocks may be allocated to the main memory device 2 from the beginning, or the less frequently used blocks may be allocated to the main memory device 2 from the beginning. Blocks of other programs with high values are not saved to the auxiliary storage device 5, and as a result, the number of accesses to the auxiliary storage device 5 during program execution is reduced.

【0028】尚、本発明によるコンピュータのメモリ管
理システムは、上述の実施例以外に、使用頻度が高いブ
ロックの順に、主記憶装置の許容メモリ容量内にて目的
プログラルの各ブロックを主記憶装置に割付けるように
なっていてもよい。
In addition to the embodiments described above, the computer memory management system according to the present invention stores each block of the target program in the main memory in the order of the most frequently used blocks within the allowable memory capacity of the main memory. It is also possible to assign it.

【0029】[0029]

【発明の効果】以上の説明により明らかな如く、本発明
によるコンピュータのメモリ管理システムによれば、プ
ログラム起動時に、そのプログラムのブロックのうち使
用頻度の高いものが主記憶装置に割付けられ、主記憶装
置に使用頻度が低いブロックが無闇に割付けられること
がなくなり、これによりプログラム実行時に於ける補助
記憶装置のアクセス回数の低減し、プログラム実行速度
が向上する。
As is clear from the above explanation, according to the computer memory management system of the present invention, when a program is started, frequently used blocks of the program are allocated to the main memory, and Blocks that are infrequently used are no longer randomly allocated to the device, thereby reducing the number of accesses to the auxiliary storage device during program execution and improving program execution speed.

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

【図1】本発明によるメモリ管理システムを実行可能な
コンピュータの一例を示すブロック図。
FIG. 1 is a block diagram showing an example of a computer capable of executing a memory management system according to the present invention.

【図2】本発明によるメモリ管理システムを実行可能な
コンピュータのメモリ空間を解図的に示す図。
FIG. 2 is a diagram schematically showing the memory space of a computer capable of executing the memory management system according to the present invention.

【図3】本発明によるコンピュータのメモリ管理システ
ムに於ける目的プログラムのブロック割付け手順を説明
するフローチャート。
FIG. 3 is a flowchart illustrating a procedure for allocating blocks to a target program in a computer memory management system according to the present invention.

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

1  CPU 2  主記憶装置 3  外部記憶装置制御用コントローラ4  バス 5  補助記憶装置 1 CPU 2 Main memory 3 Controller for external storage device control 4 Bus 5 Auxiliary storage device

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】実記憶装置としての主記憶装置と外部記憶
装置としての補助記憶装置とを用い、主記憶装置のメモ
リ割付け単位に応じた大きさのブロックに分割された実
行形式のプログラムをブロック単位にて前記主記憶装置
と前記補助記憶装置との間でページングを行うコンピュ
ータのメモリ管理システムに於て、前記プログラムの実
行により前記各ブロックの使用頻度に関する情報収集を
行い、この情報収集後の前記プログラムの起動時には情
報収集された各ブロックの使用頻度に関する情報に基づ
き使用頻度の高いブロックを優先して主記憶装置に割付
けることを特徴とするコンピュータのメモリ管理システ
ム。
Claim 1: Using a main storage device as a real storage device and an auxiliary storage device as an external storage device, an executable program divided into blocks of a size according to the memory allocation unit of the main storage device is blocked. In a memory management system of a computer that performs paging between the main storage device and the auxiliary storage device in units, information regarding the frequency of use of each block is collected by executing the program, and after collecting this information, A memory management system for a computer, characterized in that when the program is started, blocks that are frequently used are prioritized and allocated to a main storage device based on collected information regarding the frequency of use of each block.
JP5486991A 1991-03-19 1991-03-19 Memory control system for computer Withdrawn JPH04290114A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5486991A JPH04290114A (en) 1991-03-19 1991-03-19 Memory control system for computer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5486991A JPH04290114A (en) 1991-03-19 1991-03-19 Memory control system for computer

Publications (1)

Publication Number Publication Date
JPH04290114A true JPH04290114A (en) 1992-10-14

Family

ID=12982594

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5486991A Withdrawn JPH04290114A (en) 1991-03-19 1991-03-19 Memory control system for computer

Country Status (1)

Country Link
JP (1) JPH04290114A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009104247A (en) * 2007-10-19 2009-05-14 Ricoh Co Ltd Virtual storage control device, virtual storage control method, virtual storage control program, and recording medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009104247A (en) * 2007-10-19 2009-05-14 Ricoh Co Ltd Virtual storage control device, virtual storage control method, virtual storage control program, and recording medium

Similar Documents

Publication Publication Date Title
KR101612922B1 (en) Memory system and method of managing memory system
US20090024820A1 (en) Memory Allocation For Crash Dump
JP2858795B2 (en) Real memory allocation method
CN110955495B (en) Management method, device and storage medium of virtualized memory
WO2007046902A1 (en) Managing data for memory, a data store, and a storage device
US10649967B2 (en) Memory object pool use in a distributed index and query system
US7032093B1 (en) On-demand allocation of physical storage for virtual volumes using a zero logical disk
US20150220452A1 (en) System, Method and Computer-Readable Medium for Dynamically Mapping a Non-Volatile Memory Store
JPH06105440B2 (en) Main memory management method
CN110674051A (en) Data storage method and device
JP3701135B2 (en) Data processing device
CN114116194A (en) Memory allocation method and system
JP7500991B2 (en) Storage control device and storage control program
JP3175764B2 (en) Memory scheduling method and storage medium for storing memory scheduling program
KR20170122090A (en) Garbage collection method for performing memory controller of storage device and memory controler
JPH04290114A (en) Memory control system for computer
EP3293625A1 (en) Method and device for accessing file, and storage system
US9170929B2 (en) Memory controller
JPH0812643B2 (en) Page save / restore device
KR102334237B1 (en) Methods and apparatuses for managing page cache for multiple foreground application
US12111756B2 (en) Systems, methods, and apparatus for wear-level aware memory allocation
JPH0324697B2 (en)
JP3772003B2 (en) Memory management system and data management method
KR19990086969A (en) Memory allocation method
JP2535584B2 (en) Real memory fixed processing computer

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19980514