JP3208160B2 - Memory management method in computer - Google Patents

Memory management method in computer

Info

Publication number
JP3208160B2
JP3208160B2 JP27777991A JP27777991A JP3208160B2 JP 3208160 B2 JP3208160 B2 JP 3208160B2 JP 27777991 A JP27777991 A JP 27777991A JP 27777991 A JP27777991 A JP 27777991A JP 3208160 B2 JP3208160 B2 JP 3208160B2
Authority
JP
Japan
Prior art keywords
storage device
data
address
main
read
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
JP27777991A
Other languages
Japanese (ja)
Other versions
JPH05120131A (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.)
Sharp Corp
Original Assignee
Sharp 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 Sharp Corp filed Critical Sharp Corp
Priority to JP27777991A priority Critical patent/JP3208160B2/en
Publication of JPH05120131A publication Critical patent/JPH05120131A/en
Application granted granted Critical
Publication of JP3208160B2 publication Critical patent/JP3208160B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Memory System Of A Hierarchy Structure (AREA)

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、コンピュータにおける
記憶管理方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a storage management system for a computer.

【0002】[0002]

【従来の技術】従来より、コンピュータにおける記憶管
理方式として一般的に使用されているのは、仮想記憶
(バーチャル・メモリ)方式である。仮想記憶方式と
は、論理空間がすべて使用可能であると仮定して、不足
する部分を二次記憶装置としての磁気ディスクなどの補
助記憶装置に割り振って使用するようにしたものであ
る。
2. Description of the Related Art Conventionally, a virtual storage system has been generally used as a storage management system in a computer. The virtual storage system is a system in which a lacking portion is allocated to an auxiliary storage device such as a magnetic disk as a secondary storage device and used, assuming that all logical spaces are available.

【0003】例えば32ビットのCPUが扱える論理ア
ドレス空間は4Gバイトであるが、通常実装されている
主記憶装置の容量はそれに比べるとかなり小さく、せい
ぜい数Mバイトである。
For example, the logical address space that can be handled by a 32-bit CPU is 4 Gbytes, but the capacity of a main memory device usually mounted is considerably smaller than that, and is at most several Mbytes.

【0004】図4は従来例におけるコンピュータの一般
的なハードウェア構成を示すブロック線図である。
FIG. 4 is a block diagram showing a general hardware configuration of a conventional computer.

【0005】図4において、2はシステム全体の制御を
司るCPU(中央処理装置)、4はその制御のためのプ
ログラムを格納しているROM(リードオンリメモリ)
とデータを格納するなどワーキングメモリとして機能す
るRAM(ランダムアクセスメモリ)とからなる主記憶
装置、6はフロッピーディスクやハードディスクなどの
補助記憶装置、8は二次メモリインターフェイス、10
はアドレス変換部(MMU)、12は物理アドレスバ
ス、14はデータバス、16はキャッシュメモリ(バッ
ファメモリ)である。
In FIG. 4, reference numeral 2 denotes a CPU (central processing unit) for controlling the entire system, and 4 denotes a ROM (read only memory) storing a program for the control.
And a main memory comprising a RAM (random access memory) which functions as a working memory for storing data, 6 is an auxiliary memory such as a floppy disk or a hard disk, 8 is a secondary memory interface,
Is an address conversion unit (MMU), 12 is a physical address bus, 14 is a data bus, and 16 is a cache memory (buffer memory).

【0006】このような構成のコンピュータにおいて、
仮想記憶方式で用いられる一般的なセグメント・ページ
ング方式について、図5の概念図に基づいて説明する。
In a computer having such a configuration,
A general segment paging method used in the virtual storage method will be described with reference to the conceptual diagram of FIG.

【0007】図5において、50はアドレスを指定する
ときにCPU2からアドレス変換部(MMU)10に送
出されるステータス(4ビット)、52は同様にCPU
2からアドレス変換部(MMU)10に送出される論理
アドレス(32ビット)であり、52aはセグメント、
52bはページ、52cはオフセットである。
In FIG. 5, reference numeral 50 denotes a status (4 bits) transmitted from the CPU 2 to the address conversion unit (MMU) 10 when an address is designated;
2 is a logical address (32 bits) transmitted to the address translation unit (MMU) 10; 52a is a segment;
52b is a page and 52c is an offset.

【0008】54,56,58はアドレス変換部(MM
U)10が参照するもので、54はタスクレジスタ、5
6はセグメントテーブル、58はページマッピングテー
ブルである。
Reference numerals 54, 56 and 58 denote address translation units (MM
U) Referenced by 10, 54 is a task register, 5
6 is a segment table, and 58 is a page mapping table.

【0009】アドレス変換部(MMU)10は、ステー
タス50に基づいてタスクレジスタ54を参照し、アク
セスすべきセグメントテーブル56の先頭を指定する。
そして、論理アドレス52のセグメント52aによって
アクセスすべきアドレスを割り出す。つまり、ステータ
ス50がタスクの属性を特定し、セグメント52aがタ
スク自身を特定している。
The address translation unit (MMU) 10 refers to the task register 54 based on the status 50 and specifies the head of the segment table 56 to be accessed.
Then, an address to be accessed is determined by the segment 52a of the logical address 52. That is, the status 50 specifies the attribute of the task, and the segment 52a specifies the task itself.

【0010】セグメントテーブル56の値に基づいて、
次にアクセスすべきページマッピングテーブル58の先
頭アドレスが指定される。これはタスクの先頭のページ
を示している。なお、タスクは8Kバイト単位のページ
に分割して管理されるものとする。論理アドレス52に
おけるページ52bによって、そのタスクの何ページ目
をアクセスするのかを特定する。そして、このページマ
ッピングテーブル58の下位16ビットと論理アドレス
52のオフセット52cとに基づいて実際の物理アドレ
ス60が決定され、アドレス変換部(MMU)10から
物理アドレスバス12に送出される。
[0010] Based on the value of the segment table 56,
The start address of the page mapping table 58 to be accessed next is specified. This shows the first page of the task. It is assumed that the task is divided into pages of 8 Kbytes and managed. The page 52b in the logical address 52 specifies which page of the task is to be accessed. Then, the actual physical address 60 is determined based on the lower 16 bits of the page mapping table 58 and the offset 52c of the logical address 52, and sent out from the address conversion unit (MMU) 10 to the physical address bus 12.

【0011】ここで、もし、その物理アドレス60が主
記憶装置4に存在しないときは、CPU2は例外処理の
ルーチンを実行し、予めOS(オペレーティング・シス
テム:基本プログラム)で対応させてある補助記憶装置
6上のスワップ領域から該当するページのデータを二次
メモリインターフェイス8およびデータバス14を介し
て主記憶装置4に読み込み、さらにキャッシュメモリ1
6を使用して処理を実行する。
Here, if the physical address 60 does not exist in the main storage device 4, the CPU 2 executes an exception handling routine, and stores the auxiliary storage in advance by an OS (operating system: basic program). The data of the corresponding page is read from the swap area on the device 6 to the main storage device 4 via the secondary memory interface 8 and the data bus 14, and further read from the cache memory 1.
6 to execute the processing.

【0012】以上が仮想記憶方式でのセグメント・ペー
ジング方式の動作であり、補助記憶装置6を仮想記憶空
間として利用し、見掛け上、主記憶装置4の記憶容量を
拡大している。
The above is the operation of the segment paging system in the virtual storage system. The auxiliary storage device 6 is used as a virtual storage space, and the storage capacity of the main storage device 4 is apparently expanded.

【0013】なお、キャッシュメモリ16は、CPU2
に高速動作を行わせるためのものである。
The cache memory 16 stores the CPU 2
To perform high-speed operation.

【0014】[0014]

【発明が解決しようとする課題】しかしながら、補助記
憶装置6を主記憶装置4の仮想記憶空間として頻繁に使
用することは、補助記憶装置6の動作速度が遅いため
に、処理能力の大幅な低下を招くことになる。
However, the frequent use of the auxiliary storage device 6 as a virtual storage space for the main storage device 4 is due to the slow operation speed of the auxiliary storage device 6, resulting in a significant reduction in processing capacity. Will be invited.

【0015】本発明は、このような事情に鑑みて創案さ
れたものであって、主記憶装置の見掛け上の記憶容量の
拡大を図りながらも、処理能力を高めることができるよ
うにすることを目的とする。
The present invention has been made in view of such circumstances, and aims to increase the apparent storage capacity of a main storage device while increasing the processing capacity. Aim.

【0016】[0016]

【課題を解決するための手段】本発明に係るコンピュー
タにおける記憶管理方式は、書き込み読み出し速度が速
く記憶容量が小さい主記憶装置と、書き込み読み出し速
度が遅く記憶容量が大きい補助記憶装置と、CPUがア
クセスする論理アドレスを仮想記憶空間上に設定し、前
記主記憶装置の実記憶空間と前記補助記憶装置の記憶空
間を統合的に管理するとともに前記主記憶装置及び前記
補助記憶装置内に記憶されたデータのアドレスを前記論
理アドレスに変換するアドレス変換部とを有し、前記C
PUが送出した前記論理アドレスに対応するデータが前
記主記憶装置内に存在しない時は、前記補助記憶装置内
の前記論理アドレスに対応するデータをページ単位で読
み出し、この読み出されたデータを圧縮して前記主記憶
装置に格納し、前記主記憶装置内のデータの内で前記C
PUが要求するものを読み出して伸長し、キャッシュメ
モリに書き込み、その後前記キャッシュメモリから読み
出したデータを前記CPUに転送するようにしたことを
特徴とするものである。
SUMMARY OF THE INVENTION A storage management method in a computer according to the present invention has a high write / read speed.
Main storage device with small storage capacity and write / read speed
The auxiliary storage device, which is slow and has a large storage capacity, and the CPU
Set the logical address to be accessed in the virtual memory space,
The real storage space of the main storage device and the storage space of the auxiliary storage device
Between the main storage device and the
The address of the data stored in the auxiliary storage device is
An address translation unit for translating into a physical address;
The data corresponding to the logical address sent by the PU is
When it does not exist in the main storage device,
The data corresponding to the logical address is read in page units.
Read out the data and compress the read data to the main memory.
Device, and stores the C
Reads and decompresses what the PU requests, and
Memory and then read from the cache memory.
The output data is transferred to the CPU .

【0017】[0017]

【作用】補助記憶装置からのデータを主記憶装置に転送
する際にデータ圧縮・伸長装置によってデータ圧縮を行
うので、一度に転送できるデータ量が多くなり、その
分、主記憶装置の記憶容量が見掛け上拡大されるととも
に、補助記憶装置から転送されてきたデータを格納した
主記憶装置に対するアクセス頻度が高くなるので、処理
能力も高められる。
When data is transferred from the auxiliary storage device to the main storage device, the data is compressed by the data compression / decompression device, so that the amount of data that can be transferred at one time is increased, and the storage capacity of the main storage device is accordingly reduced. In addition to the apparent enlargement, the frequency of access to the main storage device storing the data transferred from the auxiliary storage device increases, so that the processing capacity can be improved.

【0018】[0018]

【実施例】以下、本発明に係るコンピュータにおける記
憶管理方式の一実施例を図面に基づいて詳細に説明す
る。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of a storage management method in a computer according to the present invention will be described below in detail with reference to the drawings.

【0019】図1は本発明の一実施例に係る記憶管理方
式が適用されるコンピュータのハードウェア構成を示す
ブロック線図である。
FIG. 1 is a block diagram showing a hardware configuration of a computer to which a storage management system according to an embodiment of the present invention is applied.

【0020】図1において、2はCPU(中央処理装
置)、4はROMおよびRAMからなる主記憶装置、6
はハードディスクなどの補助記憶装置、8は二次メモリ
インターフェイス、10はアドレス変換部(MMU)、
12は物理アドレスバス、14はデータバス、16はキ
ャッシュメモリであり、これらの構成は図4で説明した
従来例と同様であるので、ここでは符号名称を記載する
にとどめ、説明を省略する。この実施例においては、以
上の構成に加えて次のような構成を備えている。
In FIG. 1, reference numeral 2 denotes a CPU (central processing unit), 4 denotes a main storage device comprising a ROM and a RAM, 6
Is an auxiliary storage device such as a hard disk, 8 is a secondary memory interface, 10 is an address conversion unit (MMU),
Reference numeral 12 denotes a physical address bus, reference numeral 14 denotes a data bus, and reference numeral 16 denotes a cache memory. These components are the same as those in the conventional example described with reference to FIG. In this embodiment, the following configuration is provided in addition to the above configuration.

【0021】すなわち、物理アドレスバス12とデータ
バス14とに対して入出力インターフェイス18を介し
て接続されたデータ圧縮・伸長装置20を備えている。
このデータ圧縮・伸長装置20は、入力側キャッシュメ
モリ20aと、圧縮・伸長用集積回路20bと、出力側
キャッシュメモリ20cとから構成されている。
That is, there is provided a data compression / decompression device 20 connected to the physical address bus 12 and the data bus 14 via the input / output interface 18.
The data compression / decompression device 20 includes an input-side cache memory 20a, a compression / decompression integrated circuit 20b, and an output-side cache memory 20c.

【0022】図2は、主記憶装置4についてのメモリイ
メージである実記憶空間30を示している。この実記憶
空間30は、大きく分けて、OS用領域30Aと、キャ
ッシュメモリ領域30B(64Kバイト)と、圧縮デー
タ保持部30Cとからなっている。OS用領域30Aに
は、例外処理ルーチン32のほか、アドレス変換部(M
MU)10によって参照されるタスクレジスタ54とセ
グメントテーブル56(16Kバイト)とページマッピ
ングテーブル58(256Kバイト)とが含まれてい
る。34は圧縮データテーブルである。
FIG. 2 shows a real storage space 30 which is a memory image of the main storage device 4. The real storage space 30 is roughly divided into an OS area 30A, a cache memory area 30B (64 Kbytes), and a compressed data holding unit 30C. In the OS area 30A, in addition to the exception handling routine 32, an address conversion unit (M
The task register 54, the segment table 56 (16K bytes), and the page mapping table 58 (256K bytes) which are referred to by the MU (10) are included. 34 is a compressed data table.

【0023】図3は、補助記憶装置6についてのメモリ
イメージである仮想記憶空間40を示している。この仮
想記憶空間40は、システム領域42、ユーザータスク
領域44、圧縮データ格納領域46、二次メモリスワッ
プ領域48などを有している。
FIG. 3 shows a virtual storage space 40 which is a memory image of the auxiliary storage device 6. The virtual storage space 40 has a system area 42, a user task area 44, a compressed data storage area 46, a secondary memory swap area 48, and the like.

【0024】次に、この実施例のコンピュータにおける
記憶管理方式についての動作を説明する。
Next, the operation of the computer of this embodiment regarding the storage management method will be described.

【0025】補助記憶装置6に格納されているデータを
主記憶装置4に読み込む場合には、まず、OS(オペレ
ーティング・システム)のシステムコールによって仮想
記憶空間40の二次メモリスワップ領域48にマッピン
グ(登録)を行うことが必要である。
When data stored in the auxiliary storage device 6 is read into the main storage device 4, the data is first mapped to the secondary memory swap area 48 of the virtual storage space 40 by an OS (operating system) system call. Registration).

【0026】CPU2がマッピングのシステムコールを
行うと、補助記憶装置6に格納されているデータがペー
ジ単位で、二次メモリスワップ領域48にマッピングさ
れ、そのマッピングされたページ単位のデータが二次メ
モリインターフェイス8、データバス14を介してデー
タ圧縮・伸長装置20に転送される。データ圧縮・伸長
装置20の圧縮・伸長用集積回路20bは入出力インタ
ーフェイス18を介して圧縮モードとされている。
When the CPU 2 makes a system call for mapping, the data stored in the auxiliary storage device 6 is mapped to the secondary memory swap area 48 in page units, and the mapped page data is stored in the secondary memory. The data is transferred to the data compression / decompression device 20 via the interface 8 and the data bus 14. The compression / decompression integrated circuit 20b of the data compression / decompression device 20 is set to the compression mode via the input / output interface 18.

【0027】マッピングされて転送されてきたページ単
位のデータは、データ圧縮・伸長装置20において、ま
ず、入力側キャッシュメモリ20aにストアされ、圧縮
モードにある圧縮・伸長用集積回路20bによってデー
タ圧縮された後、出力側キャッシュメモリ20cにスト
アされる。さらに、その圧縮データは、データバス14
を介して主記憶装置4の実記憶空間30における圧縮デ
ータ保持部30Cに転送され、格納される。
The page-by-page data mapped and transferred is first stored in the input side cache memory 20a in the data compression / decompression device 20, and is compressed by the compression / decompression integrated circuit 20b in the compression mode. After that, the data is stored in the output side cache memory 20c. Further, the compressed data is transferred to the data bus 14.
Is transferred to the compressed data holding unit 30C in the real storage space 30 of the main storage device 4 and stored therein.

【0028】圧縮データの先頭にはデータ長が書き込ま
れるとともに、ページマッピングテーブル58にはペー
ジとして主記憶装置4に係るページ以外のページが書き
込まれる。その下位ビットには圧縮データテーブル34
でのオフセットが書き込まれている。これは、CPU2
からアクセスされたとき、例外処理を発生させ、例外処
理中においてページ単位で圧縮データ保持部30Cの圧
縮データを、伸長モードにされている圧縮・伸長用集積
回路20bに転送するためである。
A data length is written at the head of the compressed data, and a page other than the page related to the main storage device 4 is written in the page mapping table 58 as a page. In the lower bits, the compressed data table 34
The offset at has been written. This is CPU2
When an access is made from the CPU, an exception process is generated, and during the exception process, the compressed data of the compressed data holding unit 30C is transferred to the compression / decompression integrated circuit 20b in the decompression mode in page units.

【0029】CPU2が圧縮されたページをアクセスし
た場合、OSは例外処理ルーチン32を起動し、上記の
ように圧縮・伸長用集積回路20bを入出力インターフ
ェイス18を介して伸長モードに設定するとともに、圧
縮データ保持部30Cから圧縮データをデータ圧縮・伸
長装置20の入力側キャッシュメモリ20aに転送す
る。入力側キャッシュメモリ20aにストアされた圧縮
データは、伸長モードにある圧縮・伸長用集積回路20
bによってデータ伸長された後、出力側キャッシュメモ
リ20cにストアされる。
When the CPU 2 accesses the compressed page, the OS activates the exception handling routine 32 to set the compression / decompression integrated circuit 20b to the decompression mode via the input / output interface 18 as described above. The compressed data is transferred from the compressed data holding unit 30C to the input cache memory 20a of the data compression / decompression device 20. The compressed data stored in the input side cache memory 20a is transmitted to the compression / decompression integrated circuit 20 in the decompression mode.
After the data is expanded by b, the data is stored in the output side cache memory 20c.

【0030】さらに、その伸長されたデータは、データ
バス14を介してCPU2側のキャッシュメモリ16に
転送される。そして、キャッシュメモリ16にロードさ
れたデータは、CPU2からのアクセスによって処理さ
れる。
Further, the decompressed data is transferred to the cache memory 16 of the CPU 2 via the data bus 14. Then, the data loaded in the cache memory 16 is processed by access from the CPU 2.

【0031】以上のように、補助記憶装置6を仮想記憶
空間40として利用しているので、主記憶装置4の記憶
容量を見掛け上拡大している。
As described above, since the auxiliary storage device 6 is used as the virtual storage space 40, the storage capacity of the main storage device 4 is apparently expanded.

【0032】しかも、補助記憶装置6から主記憶装置4
のページ単位のデータの転送を圧縮した状態で行うよう
に構成したので、ページ単位の単位量そのものを従来例
に比べて増大させることができ、ページ単位でのデータ
長を増やすことができる。換言すれば、主記憶装置4の
実記憶空間30を実質的に拡大しているのである。
In addition, the auxiliary storage device 6 to the main storage device 4
Since the transfer of data in page units is performed in a compressed state, the unit amount per page unit can be increased as compared with the conventional example, and the data length in page units can be increased. In other words, the real storage space 30 of the main storage device 4 is substantially expanded.

【0033】それゆえに、補助記憶装置6から主記憶装
置4へのデータ転送の頻度も少なくてすみ、動作速度の
遅い補助記憶装置6へのアクセス頻度が減少し、動作速
度の速い主記憶装置4へのアクセス頻度が増すので、処
理能力を高めることも可能となる。
Therefore, the frequency of data transfer from the auxiliary storage device 6 to the main storage device 4 can be reduced, the frequency of access to the auxiliary storage device 6 having a low operation speed is reduced, and the main storage device 4 having a high operation speed is reduced. Since the frequency of access to the URL increases, the processing capability can be increased.

【0034】[0034]

【発明の効果】以上のように、本発明によれば、主記憶
装置の見掛け上の記憶容量の拡大を図りながらも、処理
能力を高めることができる。
As described above, according to the present invention, it is possible to increase the processing capacity while increasing the apparent storage capacity of the main storage device.

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

【図1】本発明の一実施例に係る記憶管理方式が適用さ
れるコンピュータのハードウェア構成を示すブロック線
図である。
FIG. 1 is a block diagram showing a hardware configuration of a computer to which a storage management method according to an embodiment of the present invention is applied.

【図2】実施例における主記憶装置についての実記憶空
間のメモリイメージである。
FIG. 2 is a memory image of a real storage space of a main storage device according to the embodiment.

【図3】実施例における補助記憶装置についての仮想記
憶空間のメモリイメージである。
FIG. 3 is a memory image of a virtual storage space for an auxiliary storage device according to the embodiment.

【図4】従来のコンピュータの一般的なハードウェア構
成を示すブロック線図である。
FIG. 4 is a block diagram showing a general hardware configuration of a conventional computer.

【図5】従来の仮想記憶方式で用いられる一般的なセグ
メント・ページング方式の概念図である。
FIG. 5 is a conceptual diagram of a general segment paging scheme used in a conventional virtual storage scheme.

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

2 CPU 4 主記憶装置 6 補助記憶装置 10 アドレス変換部(MMU) 12 物理アドレスバス 14 データバス 16 キャッシュメモリ 20 データ圧縮・伸長装置 20a 入力側キャッシュメモリ 20b 圧縮・伸長用集積回路 20c 出力側キャッシュメモリ 30 実記憶空間 30C 圧縮データ保持部 40 仮想記憶空間 2 CPU 4 Main storage device 6 Auxiliary storage device 10 Address conversion unit (MMU) 12 Physical address bus 14 Data bus 16 Cache memory 20 Data compression / decompression device 20a Input side cache memory 20b Compression / decompression integrated circuit 20c Output side cache memory Reference Signs List 30 real storage space 30C compressed data holding unit 40 virtual storage space

───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 平1−111244(JP,A) 特開 平2−12352(JP,A) 特開 昭59−14185(JP,A) 特開 昭58−220288(JP,A) (58)調査した分野(Int.Cl.7,DB名) G06F 12/08 G06F 12/10 ──────────────────────────────────────────────────続 き Continuation of the front page (56) References JP-A-1-111244 (JP, A) JP-A-2-12352 (JP, A) JP-A-59-14185 (JP, A) JP-A-58-58 220288 (JP, A) (58) Field surveyed (Int. Cl. 7 , DB name) G06F 12/08 G06F 12/10

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 書き込み読み出し速度が速く記憶容量が
小さい主記憶装置と、書き込み読み出し速度が遅く記憶
容量が大きい補助記憶装置と、CPUがアクセスする論
理アドレスを仮想記憶空間上に設定し、前記主記憶装置
の実記憶空間と前記補助記憶装置の記憶空間を統合的に
管理するとともに前記主記憶装置及び前記補助記憶装置
内に記憶されたデータのアドレスを前記論理アドレスに
変換するアドレス変換部とを有し、前記CPUが送出し
た前記論理アドレスに対応するデータが前記主記憶装置
内に存在しない時は、前記補助記憶装置内の前記論理ア
ドレスに対応するデータをページ単位で読み出し、この
読み出されたデータを圧縮して前記主記憶装置に格納
し、前記主記憶装置内のデータの内で前記CPUが要求
するものを読み出して伸長し、キャッシュメモリに書き
込み、その後前記キャッシュメモリから読み出したデー
タを前記CPUに転送するようにしたことを特徴とする
コンピュータにおける記憶管理方式。
1. A writing / reading speed is fast and a storage capacity is high.
Small main storage device and slow writing / reading speed
Auxiliary storage device with large capacity and theory of CPU access
A physical address in a virtual storage space, and the main storage device
The real storage space of the storage device and the storage space of the auxiliary storage device are integrated.
The main storage device and the auxiliary storage device for managing
The address of the data stored in the logical address
And an address translator for translating the data.
Data corresponding to the logical address is stored in the main storage device.
When the logical address is not present in the auxiliary storage device,
Read the data corresponding to the
Compresses the read data and stores it in the main memory
And the CPU requests out of the data in the main storage device.
Read, decompress, write to cache memory
Data read from the cache memory.
A storage management method in a computer , wherein the data is transferred to the CPU .
JP27777991A 1991-10-24 1991-10-24 Memory management method in computer Expired - Lifetime JP3208160B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP27777991A JP3208160B2 (en) 1991-10-24 1991-10-24 Memory management method in computer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP27777991A JP3208160B2 (en) 1991-10-24 1991-10-24 Memory management method in computer

Publications (2)

Publication Number Publication Date
JPH05120131A JPH05120131A (en) 1993-05-18
JP3208160B2 true JP3208160B2 (en) 2001-09-10

Family

ID=17588198

Family Applications (1)

Application Number Title Priority Date Filing Date
JP27777991A Expired - Lifetime JP3208160B2 (en) 1991-10-24 1991-10-24 Memory management method in computer

Country Status (1)

Country Link
JP (1) JP3208160B2 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6038571A (en) * 1996-01-31 2000-03-14 Kabushiki Kaisha Toshiba Resource management method and apparatus for information processing system of multitasking facility
US5765157A (en) * 1996-06-05 1998-06-09 Sun Microsystems, Inc. Computer system and method for executing threads of execution with reduced run-time memory space requirements
US6681305B1 (en) * 2000-05-30 2004-01-20 International Business Machines Corporation Method for operating system support for memory compression
JP4715723B2 (en) * 2006-10-31 2011-07-06 日本電気株式会社 Memory management device
US10860257B2 (en) 2017-09-25 2020-12-08 Ricoh Company, Ltd. Information processing apparatus and information processing method

Also Published As

Publication number Publication date
JPH05120131A (en) 1993-05-18

Similar Documents

Publication Publication Date Title
US6795897B2 (en) Selective memory controller access path for directory caching
US6658549B2 (en) Method and system allowing a single entity to manage memory comprising compressed and uncompressed data
US3761881A (en) Translation storage scheme for virtual memory system
US5812817A (en) Compression architecture for system memory application
US4218743A (en) Address translation apparatus
JP4562919B2 (en) Method and apparatus for implementing dynamic display memory
KR100337216B1 (en) Virtual uncompressed cache for compressed main memory
US6944740B2 (en) Method for performing compressed I/O with memory expansion technology
US6564305B1 (en) Compressing memory management in a device
JP3439167B2 (en) Method and apparatus for addressing the contents of main memory including a directory structure in a computer system
JPH0652511B2 (en) Address conversion method for information processing equipment
JP3268980B2 (en) Data buffering system
US5749093A (en) Enhanced information processing system using cache memory indication during DMA accessing
KR100443320B1 (en) Reclaim space reserve for a compressed memory system
US6279092B1 (en) Kernel identification for space management in compressed memory systems
JP3208160B2 (en) Memory management method in computer
US6804754B1 (en) Space management in compressed main memory
Jalics et al. Caching and other disk access avoidance techniques on personal computers
JPS6237754A (en) Virtual extension storage system
JP2964504B2 (en) Document processing device
JPH0521256B2 (en)
JP2004355187A (en) Virtual memory system, method for managing address in virtual memory, and address conversion table generator
JPH01311343A (en) Memory control system
JPS62126480A (en) Image processor
JPH10105466A (en) Cache memory control method for disk device

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20070706

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080706

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080706

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090706

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100706

Year of fee payment: 9